diff options
-rwxr-xr-x | inc/FNetBtBluetoothHealth.h | 4 | ||||
-rwxr-xr-x | inc/FNetBtBluetoothManager.h | 4 | ||||
-rwxr-xr-x | inc/FNetBtBluetoothOppClient.h | 4 | ||||
-rwxr-xr-x | inc/FNetBtBluetoothOppServer.h | 4 | ||||
-rwxr-xr-x | inc/FNetBtBluetoothSppAcceptor.h | 4 | ||||
-rwxr-xr-x | inc/FNetBtBluetoothSppInitiator.h | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/inc/FNetBtBluetoothHealth.h b/inc/FNetBtBluetoothHealth.h index e2aac67..0e335c9 100755 --- a/inc/FNetBtBluetoothHealth.h +++ b/inc/FNetBtBluetoothHealth.h @@ -92,8 +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. + * @remarks Before calling this method, check whether the feature is supported by + * Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&). */ result Construct(IBluetoothHealthEventListener& listener); diff --git a/inc/FNetBtBluetoothManager.h b/inc/FNetBtBluetoothManager.h index 7f2d285..1999c50 100755 --- a/inc/FNetBtBluetoothManager.h +++ b/inc/FNetBtBluetoothManager.h @@ -93,8 +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. + * @remarks Before calling this method, check whether the feature is supported by + * Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&). */ result Construct(IBluetoothManagerEventListener& listener); diff --git a/inc/FNetBtBluetoothOppClient.h b/inc/FNetBtBluetoothOppClient.h index 7ab92ff..522b46d 100755 --- a/inc/FNetBtBluetoothOppClient.h +++ b/inc/FNetBtBluetoothOppClient.h @@ -87,8 +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. + * @remarks Before calling this method, check whether the feature is supported by + * Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&). */ result Construct(IBluetoothOppClientEventListener& listener); diff --git a/inc/FNetBtBluetoothOppServer.h b/inc/FNetBtBluetoothOppServer.h index ec3fed0..786fd1e 100755 --- a/inc/FNetBtBluetoothOppServer.h +++ b/inc/FNetBtBluetoothOppServer.h @@ -86,8 +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. + * @remarks Before calling this method, check whether the feature is supported by + * Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&). */ result Construct(IBluetoothOppServerEventListener& listener); diff --git a/inc/FNetBtBluetoothSppAcceptor.h b/inc/FNetBtBluetoothSppAcceptor.h index a8b8049..3cc96ac 100755 --- a/inc/FNetBtBluetoothSppAcceptor.h +++ b/inc/FNetBtBluetoothSppAcceptor.h @@ -87,8 +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. + * @remarks Before calling this method, check whether the feature is supported by + * Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&). */ result Construct(IBluetoothSppAcceptorEventListener& listener); diff --git a/inc/FNetBtBluetoothSppInitiator.h b/inc/FNetBtBluetoothSppInitiator.h index 2a8f6d0..333c585 100755 --- a/inc/FNetBtBluetoothSppInitiator.h +++ b/inc/FNetBtBluetoothSppInitiator.h @@ -88,8 +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. + * @remarks Before calling this method, check whether the feature is supported by + * Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&). */ result Construct(IBluetoothSppInitiatorEventListener& listener); |