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

inc/FNetNetAccountManager.h
inc/FNetNetConnectionManager.h
inc/FNetNetStatistics.h
inc/FNetWifiWifiDirectDeviceManager.h
inc/FNetWifiWifiManager.h

index 6598110..6096523 100644 (file)
@@ -105,7 +105,8 @@ public:
         *                                      - This method creates a new network account and returns a @c NetAccountId value that can be used in method calls later to operate on the
         *                                              account. If @c INVALID_HANDLE is returned, the specific error code can be accessed using the GetLastResult() method. A Wi-Fi account
         *                                              cannot be created using %NetAccountManager.
-        *                                      - Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
+        *                                      - Before calling this method, check whether the feature is supported by 
+        *                                      Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
         * @see                         GetNetAccountInfoN()
         * @see                         UpdateNetAccount()
         * @see                         DeleteNetAccount()
@@ -160,7 +161,8 @@ public:
         *                                      - This method fails if the network account is read-only, in service, or created by another application.
         *                                              A Wi-Fi account cannot be updated using %NetAccountManager.
         *                                              This method must use a warning pop-up to notify the user.
-        *                                      - Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
+        *                                      - Before calling this method, check whether the feature is supported by 
+        *                                      Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
         * @see                         CreateNetAccount()
         * @see                         GetNetAccountInfoN()
         * @see                         UpdateNetAccount()
@@ -187,7 +189,8 @@ public:
         * @exception   E_PRIVILEGE_DENIED     The application does not have the privilege to call this method.
         * @exception   E_UNSUPPORTED_OPERATION The 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         GetNetAccountInfoN()
         * @see                 UpdateNetAccount()
         */
@@ -282,7 +285,8 @@ public:
         *                                      For more information, see <a href=../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm>Application Filtering</a>.
         * @remarks
         *                              - 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() methods.
+        *                              - Before calling this method, check whether the feature is supported by 
+        *                              Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
         */
        NetAccountId GetNetAccountId(NetBearerType netBearerType = NET_BEARER_PS) const;
 
@@ -307,7 +311,8 @@ public:
         *                                      For more information, see <a href=../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm>Application Filtering</a>.
         * @remarks
         *                              - 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() methods.
+        *                              - Before calling this method, check whether the feature is supported by 
+        *                              Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
         */
        NetAccountId GetAppNetAccountId(const Tizen::Base::String& netProfileName) const;
 
@@ -367,7 +372,8 @@ public:
         *                                              For more information, see <a href=../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm>Application Filtering</a>.
         * @remarks
         *                                      - If this method is not used, the default connection works in the Wi-Fi first mode.
-        *                                      - Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
+        *                                      - Before calling this method, check whether the feature is supported by 
+        *                                      Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
         * @endif
         */
        result SetNetPreference(NetPreferenceType netPreference = NET_WIFI_FIRST);
index 3623801..b96792a 100644 (file)
@@ -137,7 +137,8 @@ public:
         *                                      For more information, see <a href=../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm>Application Filtering</a>.
         * @remarks
         *                              - If this method is not used, the default connection works in the Wi-Fi first mode.
-        *                              - Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
+        *                              - Before calling this method, check whether the feature is supported by 
+        *                              Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
         */
        result SetNetPreference(NetPreferenceType netPreference);
 
index ddf84f2..d788763 100755 (executable)
@@ -101,7 +101,8 @@ public:
         *                                      For more information, see <a href=../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm>Application Filtering</a>.
         * @remarks
         *                              - 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() methods.
+        *                              - Before calling this method, check whether the feature is supported by 
+        *                              Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
         */
        long long GetNetStatisticsInfo(NetBearerType bearerType, NetStatisticsInfoType netStatType) const;
 
@@ -126,7 +127,8 @@ public:
         *                                      For more information, see <a href=../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm>Application Filtering</a>.
         * @remarks
         *                              - This method must use warning pop-up for user notification.
-        *                              - Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
+        *                              - Before calling this method, check whether the feature is supported by 
+        *                              Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
         * @see                 GetNetStatisticsInfo()
         */
        result Reset(NetBearerType bearerType, NetStatisticsInfoType netStatType);
@@ -151,7 +153,8 @@ public:
         *                                      For more information, see <a href=../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm>Application Filtering</a>.
         * @remarks
         *                              - This method must use warning pop-up for user notification.
-        *                              - Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
+        *                              - Before calling this method, check whether the feature is supported by 
+        *                              Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
         * @see                 GetNetStatisticsInfo()
         */
        result ResetAll(NetBearerType bearerType);
index 688b7ad..e6e95bf 100644 (file)
@@ -84,8 +84,8 @@ public:
         * @remarks
         *              - Currently, a single WifiDirectDeviceInfo instance is returned because the concurrent mode is not supported.
         *              - 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() methods.
+        *              - Before calling this method, check whether the feature is supported by 
+        *                      Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
         */
        static Tizen::Base::Collection::IList* GetAllDeviceInfoN(void);
 
@@ -112,8 +112,8 @@ public:
         *                obtained from WifiDirectDeviceManager::GetAllDeviceInfoN() to create a valid %WifiDirectDevice
         *                instance.
         *              - 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() methods.
+        *              - Before calling this method, check whether the feature is supported by 
+        *                      Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
         */
        static WifiDirectDevice* GetWifiDirectDeviceN(const WifiDirectDeviceInfo* pLocalDeviceInfo = null);
 
index 7fad2a4..976f53c 100755 (executable)
@@ -134,8 +134,8 @@ public:
         *                                      Application Filtering</a>.
         * @remarks
         *            - The @c listener instance must not be deleted before destructing this instance.
-        *            - Before calling this method, check whether the feature is supported by
-        *              %Tizen::System::SystemInfo::GetValue() methods.
+        *            - Before calling this method, check whether the feature is supported by 
+        *                      Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
         */
        result Construct(IWifiManagerEventListener& listener);