Fix a fd mis-match
[platform/framework/native/appfw.git] / inc / FIoRemoteMessagePort.h
index ebbff6b..e1b9c37 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);
@@ -63,7 +62,7 @@ class LocalMessagePort;
 *              : public Tizen::Io::IMessagePortListener
 * {
 * public:
-*      result Initialize(void);
+*      void Initialize(void);
 *      virtual void OnMessageReceivedN(RemoteMessagePort* pRemoteMessagePort, IMap* pMessage);
 *      void GetOnlineFriends(void);
 *
@@ -82,7 +81,7 @@ class LocalMessagePort;
 * }
 *
 * void
-* MyAppClass::OnMessageReceivedN(RemoteMessagePort* pRemoteMessagePort, IMap* pMessage);
+* MyAppClass::OnMessageReceivedN(RemoteMessagePort* pRemoteMessagePort, IMap* pMessage)
 * {
 *   String* pValue = static_cast<String*>(pMessage->GetValue(String(L"Reply")));
 *