fix TC failure
[framework/osp/social.git] / src / FSclAttendee.cpp
index c072f70..506ebf8 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -36,8 +35,8 @@ Attendee::Attendee(const String& email)
        : __email(email)
        , __attendeeRole(ATTENDEE_ROLE_ATTENDEE)
        , __attendeeStatus(ATTENDEE_STATUS_NONE)
-       , __pAttendeeImpl(null)
        , __personId(INVALID_RECORD_ID)
+       , __pAttendeeImpl(null)
 {
        // empty body.
 }
@@ -48,8 +47,8 @@ Attendee::Attendee(const Attendee& rhs)
        , __phoneNumber(rhs.__phoneNumber)
        , __attendeeRole(rhs.__attendeeRole)
        , __attendeeStatus(rhs.__attendeeStatus)
-       , __pAttendeeImpl(null)
        , __personId(rhs.__personId)
+       , __pAttendeeImpl(null)
 {
        // empty body.
 }