From 4286d4f1e4b138f0121390bb49ab999fd69c34b6 Mon Sep 17 00:00:00 2001 From: Joonho Cho Date: Tue, 26 Mar 2013 23:31:25 +0900 Subject: [PATCH] add the predefined @remark item related with @feature tag Change-Id: Ie209f610e435a32111e8100e647a5f9b1518242b Signed-off-by: Joonho Cho --- inc/FNetBtBluetoothHealth.h | 2 ++ inc/FNetBtBluetoothManager.h | 2 ++ inc/FNetBtBluetoothOppClient.h | 2 ++ inc/FNetBtBluetoothOppServer.h | 2 ++ inc/FNetBtBluetoothSppAcceptor.h | 2 ++ inc/FNetBtBluetoothSppInitiator.h | 2 ++ 6 files changed, 12 insertions(+) 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: * * Application Filtering. * @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: * * Application Filtering. * @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: * * Application Filtering. * @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: * * Application Filtering. * @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: * * Application Filtering. * @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: * * Application Filtering. * @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); -- 2.7.4