diff options
author | Joonho Cho <jh03.cho@samsung.com> | 2013-03-26 23:31:25 +0900 |
---|---|---|
committer | Joonho Cho <jh03.cho@samsung.com> | 2013-03-26 23:31:25 +0900 |
commit | 4286d4f1e4b138f0121390bb49ab999fd69c34b6 (patch) | |
tree | 20c3eb65fd0a4436a4d10f58040fca650f57a0a9 | |
parent | 986b2c643f0e717baa4af4ff0ff01299ca0bd868 (diff) | |
download | bluetooth-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-x | inc/FNetBtBluetoothHealth.h | 2 | ||||
-rwxr-xr-x | inc/FNetBtBluetoothManager.h | 2 | ||||
-rwxr-xr-x | inc/FNetBtBluetoothOppClient.h | 2 | ||||
-rwxr-xr-x | inc/FNetBtBluetoothOppServer.h | 2 | ||||
-rwxr-xr-x | inc/FNetBtBluetoothSppAcceptor.h | 2 | ||||
-rwxr-xr-x | inc/FNetBtBluetoothSppInitiator.h | 2 |
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); |