summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonho Cho <jh03.cho@samsung.com>2013-03-26 23:31:25 +0900
committerJoonho Cho <jh03.cho@samsung.com>2013-03-26 23:31:25 +0900
commit4286d4f1e4b138f0121390bb49ab999fd69c34b6 (patch)
tree20c3eb65fd0a4436a4d10f58040fca650f57a0a9
parent986b2c643f0e717baa4af4ff0ff01299ca0bd868 (diff)
downloadbluetooth-4286d4f1e4b138f0121390bb49ab999fd69c34b6.tar.gz
bluetooth-4286d4f1e4b138f0121390bb49ab999fd69c34b6.tar.bz2
bluetooth-4286d4f1e4b138f0121390bb49ab999fd69c34b6.zip
add the predefined @remark item related with @feature tag
Change-Id: Ie209f610e435a32111e8100e647a5f9b1518242b Signed-off-by: Joonho Cho <jh03.cho@samsung.com>
-rwxr-xr-xinc/FNetBtBluetoothHealth.h2
-rwxr-xr-xinc/FNetBtBluetoothManager.h2
-rwxr-xr-xinc/FNetBtBluetoothOppClient.h2
-rwxr-xr-xinc/FNetBtBluetoothOppServer.h2
-rwxr-xr-xinc/FNetBtBluetoothSppAcceptor.h2
-rwxr-xr-xinc/FNetBtBluetoothSppInitiator.h2
6 files changed, 12 insertions, 0 deletions
diff --git a/inc/FNetBtBluetoothHealth.h b/inc/FNetBtBluetoothHealth.h
index 56cb47b..90196e9 100755
--- a/inc/FNetBtBluetoothHealth.h
+++ b/inc/FNetBtBluetoothHealth.h
@@ -92,6 +92,8 @@ public:
* <a href=”../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm”>
* Application Filtering</a>.
* @exception E_OPERATION_FAILED The method has failed.
+ * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue()
+ * methods.
*/
result Construct(IBluetoothHealthEventListener& listener);
diff --git a/inc/FNetBtBluetoothManager.h b/inc/FNetBtBluetoothManager.h
index 413f2c0..bb54292 100755
--- a/inc/FNetBtBluetoothManager.h
+++ b/inc/FNetBtBluetoothManager.h
@@ -93,6 +93,8 @@ public:
* <a href=”../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm”>
* Application Filtering</a>.
* @exception E_SYSTEM A system error has occurred.
+ * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue()
+ * methods.
*/
result Construct(IBluetoothManagerEventListener& listener);
diff --git a/inc/FNetBtBluetoothOppClient.h b/inc/FNetBtBluetoothOppClient.h
index 8f983d0..36cadc0 100755
--- a/inc/FNetBtBluetoothOppClient.h
+++ b/inc/FNetBtBluetoothOppClient.h
@@ -87,6 +87,8 @@ public:
* <a href=”../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm”>
* Application Filtering</a>.
* @exception E_SYSTEM A system error has occurred.
+ * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue()
+ * methods.
*/
result Construct(IBluetoothOppClientEventListener& listener);
diff --git a/inc/FNetBtBluetoothOppServer.h b/inc/FNetBtBluetoothOppServer.h
index 1ac2b76..49f7f96 100755
--- a/inc/FNetBtBluetoothOppServer.h
+++ b/inc/FNetBtBluetoothOppServer.h
@@ -86,6 +86,8 @@ public:
* <a href=”../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm”>
* Application Filtering</a>.
* @exception E_SYSTEM A system error has occurred.
+ * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue()
+ * methods.
*/
result Construct(IBluetoothOppServerEventListener& listener);
diff --git a/inc/FNetBtBluetoothSppAcceptor.h b/inc/FNetBtBluetoothSppAcceptor.h
index 7c03186..4b437a0 100755
--- a/inc/FNetBtBluetoothSppAcceptor.h
+++ b/inc/FNetBtBluetoothSppAcceptor.h
@@ -87,6 +87,8 @@ public:
* <a href=”../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm”>
* Application Filtering</a>.
* @exception E_SYSTEM A system error has occurred.
+ * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue()
+ * methods.
*/
result Construct(IBluetoothSppAcceptorEventListener& listener);
diff --git a/inc/FNetBtBluetoothSppInitiator.h b/inc/FNetBtBluetoothSppInitiator.h
index cbdf378..dd2b8e4 100755
--- a/inc/FNetBtBluetoothSppInitiator.h
+++ b/inc/FNetBtBluetoothSppInitiator.h
@@ -88,6 +88,8 @@ public:
* <a href=”../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm”>
* Application Filtering</a>.
* @exception E_SYSTEM A system error has occurred.
+ * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue()
+ * methods.
*/
result Construct(IBluetoothSppInitiatorEventListener& listener);