Add Io examples
[platform/framework/native/appfw.git] / inc / FIoMessagePortManager.h
index 74e88ba..182a617 100644 (file)
@@ -65,6 +65,7 @@ public:
        * @exception     E_SUCCESS           The method is successful.
        * @exception     E_INVALID_ARG       The @c localMessagePortName is empty.
        * @exception     E_SYSTEM            The method has failed due to a severe system error.
+       * @remarks       It is not recommended to use the message port names which start with "http://tizen.org/messageport". E_INVALID_ARG may be returned because they are reserved by platform.
        * @remarks       The specific error code can be accessed using the GetLastResult() method.
        */
        static LocalMessagePort* RequestLocalMessagePort(const Tizen::Base::String& localMessagePortName);
@@ -100,6 +101,7 @@ public:
        * @exception     E_SUCCESS           The method is successful.
        * @exception     E_INVALID_ARG       The @c localMessagePortName is empty.
        * @exception     E_SYSTEM            The method has failed due to a severe system error.
+       * @remarks       It is not recommended to use the message port names which start with "http://tizen.org/messageport". E_INVALID_ARG may be returned because they are reserved by platform.
        * @remarks       The specific error code can be accessed using the GetLastResult() method.
        */
        static LocalMessagePort* RequestTrustedLocalMessagePort(const Tizen::Base::String& localMessagePortName);