Synchronized tizen_2.1 branch with master
[platform/framework/native/telephony.git] / inc / FTelSimInfo.h
index 1b6f9ca..37b5888 100755 (executable)
@@ -115,7 +115,7 @@ public:
         * Initializes this instance of %SimInfo.
         *
         * @brief   <i> [Deprecated] </i>
-        * @deprecated  This method is deprecated. Instead of using this method, it is recommended to use the SimManager::GetSimInfo() method to get the initialized SimInfo instance.
+        * @deprecated  This method is deprecated. Instead of using this method, it is recommended to use the SimStateManager::GetSimInfo() method to get the initialized SimInfo instance.
         *
         * @since               2.0
         *
@@ -123,6 +123,7 @@ public:
         * @exception   E_SUCCESS       The method is successful.
         * @exception   E_SYSTEM        The method cannot proceed due to a severe system error.
         * @exception   E_DEVICE_UNAVAILABLE    The operation has failed due to a missing SIM card.
+   * @exception          E_UNSUPPORTED_OPERATION       The device does not support the telephony feature. @b Since: @b 2.1
         */
        result Construct(void);
 
@@ -302,7 +303,7 @@ public:
         * @return              @c true if the values match, @n
         *                              else @c false
         * @param[in]   rhs     The other Object to be compared
-        * @see                 Object::Equals()
+        * @see                 Tizen::Base::Object::Equals()
         */
        virtual bool Equals(const Tizen::Base::Object& rhs) const;