Update change log and spec for wrt-plugins-tizen_0.2.72
[framework/web/wrt-plugins-tizen.git] / src / platform / API / Messaging / IConversation.h
index 9c22f25..5167311 100755 (executable)
 * limitations under the License. 
 */
  
-/**
-* @file                 Conversation.h
-* @author       Kangsoo Lee (wpeter.lee@samsung.com)
-* @version      0.1
-*/
 
 #ifndef ICONVERSATION_H
 #define ICONVERSATION_H
@@ -58,6 +53,8 @@ public:
        virtual unsigned int getLastMessageId() = 0;
        virtual bool getResult() = 0;
 
+       virtual void setId(const unsigned int id) = 0;
+
 #if 0
 private: