msg_plat/conversation_services_utilities_api/inc/ccsclientconversation.h
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 47 5b14749788d7
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
    74      */
    74      */
    75     IMPORT_C void SetConversationEntryId(
    75     IMPORT_C void SetConversationEntryId(
    76             TCsConversationEntryID aEnryId);
    76             TCsConversationEntryID aEnryId);
    77 
    77 
    78     /**
    78     /**
    79      * GetFirstName
    79      * GetDisplayName
    80      * Provides the Conversation first name of this object
    80      * Provides the Conversation display name of this object
    81      *
    81      *
    82      * @return Instance of Conversation first name of this object
    82      * @return Instance of Conversation display name of this object
    83      */
    83      */
    84     IMPORT_C HBufC* GetFirstName() const;
    84     IMPORT_C HBufC* GetDisplayName() const;
    85 
    85 
    86     /**
    86     /**
    87      * SetFirstNameL
    87      * SetDisplayNameL
    88      * Sets the Conversation first name of this object
    88      * Sets the Conversation display name of this object
    89      *  
    89      *  
    90      * @param aFirstName Instance of Conversation first name
    90      * @param aDisplayName Instance of Conversation display name
    91      */
    91      */
    92     IMPORT_C void SetFirstNameL(
    92     IMPORT_C void SetDisplayNameL(
    93             const HBufC* aFirstName);
    93             const HBufC* aDisplayName);
    94 
    94 
    95     /**
       
    96      * GetLastName
       
    97      * Provides the Conversation last name of this object
       
    98      *
       
    99      * @return Instance of Conversation last name of this object
       
   100      */
       
   101     IMPORT_C HBufC* GetLastName() const;
       
   102 
       
   103     /**
       
   104      * SetLastNameL
       
   105      * Sets the Conversation last name of this object
       
   106      *  
       
   107      * @param aLastName Instance of Conversation last name
       
   108      */
       
   109     IMPORT_C void SetLastNameL(
       
   110             const HBufC* aLastName);
       
   111 
       
   112     /**
       
   113      * GetNickName
       
   114      * Provides the Conversation nick name of this object
       
   115      *
       
   116      * @return Instance of Conversation nick name of this object
       
   117      */
       
   118     IMPORT_C HBufC* GetNickName() const;
       
   119     
       
   120     /**
       
   121      * SetNickNameL
       
   122      * Sets the Conversation nick name of this object
       
   123      *  
       
   124      * @param aNickName Instance of Conversation nick name
       
   125      */
       
   126     IMPORT_C void SetNickNameL(
       
   127             const HBufC* aNickName);
       
   128     
       
   129     /**
    95     /**
   130      * GetContactId
    96      * GetContactId
   131      * Provides the Contact Id for the conversation
    97      * Provides the Contact Id for the conversation
   132      *
    98      *
   133      * @return Integer type iContactId
    99      * @return Integer type iContactId
   275      * Unique id or index of the conversation
   241      * Unique id or index of the conversation
   276      */
   242      */
   277     TCsConversationEntryID iConversationEntryID;
   243     TCsConversationEntryID iConversationEntryID;
   278 
   244 
   279     /**
   245     /**
   280      * iFirstName
   246      * iDisplayName
   281      * First name of conversation
   247      * Display name of conversation
   282      */
   248      */
   283     HBufC*  iFirstName;
   249     HBufC*  iDisplayName;
   284 
       
   285     /**
       
   286      * iLastName
       
   287      * Last name of conversation
       
   288      */
       
   289     HBufC*  iLastName;
       
   290     
       
   291     /**
       
   292      * iNickName
       
   293      * Last name of conversation
       
   294      */
       
   295     HBufC*  iNickName;
       
   296 
   250 
   297     /**
   251     /**
   298      * iContactId
   252      * iContactId
   299      * Contact Id of phonebook contact
   253      * Contact Id of phonebook contact
   300      */
   254      */