Remove const keyword of value parameter
[platform/framework/native/appfw.git] / inc / FSysDeviceManager.h
index d4d14c7..85ce055 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -59,7 +58,7 @@ enum DeviceType
        DEVICE_TYPE_WIRED_HEADPHONE = WiredHeadphone,           /**< Wired headphone */
        DEVICE_TYPE_STORAGE_CARD = StorageCard,                 /**< Storage card */
        DEVICE_TYPE_KEYBOARD = Keyboard,                        /**< Hardware Built-in keyboard */
-       DEVICE_TYPE_HDMI,                                       /**< HDMI @if OSPCOMPAT @b Since @  2.0 @endif */
+       DEVICE_TYPE_HDMI,                                       /**< HDMI */
 };
 
 /**
@@ -111,10 +110,10 @@ public:
         * @if OSPCOMPAT
         * @page DeviceManagerGetStatePage Compatibility for GetState()
         * @section DeviceManagerGetStatePageIssueSection Issues
-        * Implementation of this method in %Tizen API version prior to 2.0 has the following issue: @n
+        * Implementation of this method in OSP compatible applications has the following issue: @n
         * The GetState() method does not return E_DEVICE_UNAVAILABLE anymore. The E_DEVICE_UNAVAILABLE exception is removed.
         * @section DeviceManagerGetStatePageIssueSection Resolutions
-        * The E_UNSUPPORTED_OPERATION exception is added since 2.0. So, use E_UNSUPPORTED_OPERATION instead of E_DEVICE_UNAVAILABLE.
+        * The E_UNSUPPORTED_OPERATION exception is added since Tizen. So, use E_UNSUPPORTED_OPERATION instead of E_DEVICE_UNAVAILABLE.
         * @endif
         */
 
@@ -145,10 +144,10 @@ public:
         * @if OSPCOMPAT
         * @page DeviceManagerAddDeviceEventListenerPage Compatibility for AddDeviceEventListener()
         * @section DeviceManagerAddDeviceEventListenerPageIssueSection Issues
-        * Implementation of this method in %Tizen API version prior to 2.0 has the following issue: @n
+        * Implementation of this method in OSP compatible applications has the following issue: @n
         * This AddDeviceEventListener() method does not return E_DEVICE_UNAVAILABLE anymore. The E_DEVICE_UNAVAILABLE exception is removed.
         * @section DeviceManagerAddDeviceEventListenerPageIssueSection Resolutions
-        * The E_UNSUPPORTED_OPERATION exception is added since 2.0. So, use E_UNSUPPORTED_OPERATION instead of E_DEVICE_UNAVAILABLE exception.
+        * The E_UNSUPPORTED_OPERATION exception is added since Tizen. So, use E_UNSUPPORTED_OPERATION instead of E_DEVICE_UNAVAILABLE.
         * @endif
         */
 
@@ -172,10 +171,10 @@ public:
         * @if OSPCOMPAT
         * @page DeviceManagerRemoveDeviceEventListenerPage Compatibility for RemoveDeviceEventListener()
         * @section DeviceManagerRemoveDeviceEventListenerPageIssueSection Issues
-        * Implementation of this method in %Tizen API version prior to 2.0 has the following issue: @n
+        * Implementation of this method in OSP compatible applications has the following issue: @n
         * This RemoveDeviceEventListener() method does not return E_DEVICE_UNAVAILABLE anymore. The E_DEVICE_UNAVAILABLE exception is removed.
         * @section DeviceManagerRemoveDeviceEventListenerPageIssueSection Resolutions
-        * The E_UNSUPPORTED_OPERATION exception is added since 2.0. So, use E_UNSUPPORTED_OPERATION instead of E_DEVICE_UNAVAILABLE exception.
+        * The E_UNSUPPORTED_OPERATION exception is added since Tizen. So, use E_UNSUPPORTED_OPERATION instead of E_DEVICE_UNAVAILABLE.
         * @endif
         */