update header for Doxygen
authorMinkyoung Kang <mklove.kang@samsung.com>
Fri, 12 Apr 2013 09:58:11 +0000 (18:58 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Fri, 12 Apr 2013 09:58:11 +0000 (18:58 +0900)
Change-Id: I878c2cf2289a47840d63f6b2cc55d4561e7da864

inc/FMsgMmsManager.h
inc/FMsgPushManager.h
inc/FMsgSmsManager.h
inc/FMsgWapPushManager.h

index 2e224f5..7f70490 100755 (executable)
@@ -141,7 +141,8 @@ namespace Tizen { namespace Messaging
                * @exception    E_OUT_OF_MEMORY The memory is insufficient.
                * @exception    E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1
                *                                                                               For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
-               * @remarks      Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
+               * @remarks      Before calling this method, check whether the feature is supported by 
+               *                       Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
                */
                result                  Construct(IMmsListener &listener);
 
index 31af935..fc4ba4c 100755 (executable)
@@ -189,7 +189,8 @@ public:
        * @exception    E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1
        *                               For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
        * @exception    E_USER_NOT_CONSENTED    The user blocks an application from calling this method. @b Since: @b 2.1
-       * @remarks      Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
+       * @remarks      Before calling this method, check whether the feature is supported by 
+       *                       Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
        * @see                  IPushManagerListener
        * @see                  IPushEventListener
        */
index 3760232..f5af2f1 100755 (executable)
@@ -144,7 +144,8 @@ namespace Tizen { namespace Messaging
                * @exception    E_OUT_OF_MEMORY                 The memory is insufficient.
                * @exception    E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1
                *                                                                               For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
-               * @remarks      Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
+               * @remarks      Before calling this method, check whether the feature is supported by 
+               *                               Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
                */
                result Construct(ISmsListener& listener);
 
@@ -398,7 +399,8 @@ namespace Tizen { namespace Messaging
                * @exception    E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
                * @exception    E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1
                *                                                                               For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
-               * @remarks      Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
+               * @remarks      Before calling this method, check whether the feature is supported by 
+               *                               Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
                * @see                  ICbsMessageEventListener
                */
                result SetCbsMessageEventListener(ICbsMessageEventListener* pListener);
@@ -418,7 +420,8 @@ namespace Tizen { namespace Messaging
                * @exception    E_PRIVILEGE_DENIED  The application does not have the privilege to call this method.
                * @exception    E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1
                *                                                                               For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
-               * @remarks      Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
+               * @remarks      Before calling this method, check whether the feature is supported by 
+               *                               Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
                * @see                  IEtwsPrimaryNotificationEventListener
                */
                result SetEtwsPrimaryNotificationEventListener(IEtwsPrimaryNotificationEventListener* pListener);
@@ -439,7 +442,8 @@ namespace Tizen { namespace Messaging
                * @exception    E_PRIVILEGE_DENIED  The application does not have the privilege to call this method.
                * @exception    E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1
                *                                                                               For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
-               * @remarks      Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
+               * @remarks      Before calling this method, check whether the feature is supported by 
+               *                               Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
                */
                result SetSavingToCbsBoxEnabled(bool enable);
 
@@ -473,7 +477,8 @@ namespace Tizen { namespace Messaging
                * @exception    E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
                * @exception    E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1
                *                                                                               For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
-               * @remarks      Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
+               * @remarks      Before calling this method, check whether the feature is supported by 
+               *                               Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
                * @see                  IsCbsEnabled()
                */
                result SetCbsEnabled(bool enable);
@@ -505,7 +510,8 @@ namespace Tizen { namespace Messaging
                * @exception    E_PRIVILEGE_DENIED              The application does not have the privilege to call this method.
                * @exception    E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1
                *                                                                               For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
-               * @remarks      Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
+               * @remarks      Before calling this method, check whether the feature is supported by 
+               *                               Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
                * @see                  RemoveCbsChannel()
                */
                result AddCbsChannel(int from, int to, Tizen::Base::String& name, bool activate = true);
@@ -533,7 +539,8 @@ namespace Tizen { namespace Messaging
                * @exception    E_PRIVILEGE_DENIED              The application does not have the privilege to call this method.
                * @exception    E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1
                *                                                                               For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
-               * @remarks      Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
+               * @remarks      Before calling this method, check whether the feature is supported by 
+               *                               Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
                * @see                  AddCbsChannel()
                */
                result RemoveCbsChannel(int from, int to);
@@ -560,10 +567,11 @@ namespace Tizen { namespace Messaging
                * @exception    E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1
                *                                                                               For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
                * @remarks
-               *               - Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
-               *                               - The specific error code can be accessed using the GetLastResult() method.
+               *             - Before calling this method, check whether the feature is supported by 
+               *                       Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
+               *                       - The specific error code can be accessed using the GetLastResult() method.
                * @see          AddCbsChannel()
-        * @see                 RemoveCbsChannel()
+             * @see            RemoveCbsChannel()
                */
                CbsChannel* GetCbsChannelN(int from, int to) const;
 
@@ -582,8 +590,9 @@ namespace Tizen { namespace Messaging
                * @exception    E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1
                *                                                                               For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
                * @remarks
-               *               - Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
-               *                               - The specific error code can be accessed using the GetLastResult() method.
+               *               - Before calling this method, check whether the feature is supported by 
+               *                       Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
+               *                       - The specific error code can be accessed using the GetLastResult() method.
                * @see                  AddCbsChannel()
         * @see                 RemoveCbsChannel()
         * @see                 CbsChannel
index b18b1f2..7e57222 100644 (file)
@@ -81,7 +81,8 @@ public:
        * @exception    E_PRIVILEGE_DENIED              The application does not have the privilege to call this method.
        * @exception    E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1
        *                                                                               For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
-       * @remarks      Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
+       * @remarks      Before calling this method, check whether the feature is supported by 
+       *                               Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
        * @see                  IWapPushEventListener
     * @see             RemoveWapPushEventListener()
        */
@@ -108,7 +109,8 @@ public:
        * @exception    E_PRIVILEGE_DENIED              The application does not have the privilege to call this method.
        * @exception    E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1
        *                                                                               For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
-       * @remarks      Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
+       * @remarks      Before calling this method, check whether the feature is supported by 
+       *                               Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
        * @see                  IWapPushEventListener
     * @see             AddWapPushEventListener()
        */
@@ -132,7 +134,8 @@ public:
        * @exception    E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
        * @exception    E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1
        *                                                                               For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
-       * @remarks      Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
+       * @remarks      Before calling this method, check whether the feature is supported by 
+       *                               Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
        * @see                  UnregisterCondition()
        */
        result RegisterCondition(const Tizen::Base::String& wapApplicationId, const Tizen::Base::String& contentType);
@@ -156,7 +159,8 @@ public:
        * @exception    E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1
        *                                                                               For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
        * @exception    E_ALREADY_SET           The condition is already registered.
-       * @remarks      Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
+       * @remarks      Before calling this method, check whether the feature is supported by 
+       *                               Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
        * @see                  RegisterCondition()
        */
        result UnregisterCondition(const Tizen::Base::String& wapApplicationId, const Tizen::Base::String& contentType);