merge with master
[framework/osp/ime.git] / src / FUiIme_InputMethodInfoImpl.h
index 81a189d..790eeb1 100644 (file)
@@ -44,18 +44,13 @@ namespace Tizen { namespace Ui { namespace Ime {
 /**\r
 * @class _InputMethodInfoImpl\r
 * @brief This class is a concrete class of the %_InputMethodInfoImpl class.\r
-* @since 2.0\r
+* @since 2.1\r
 *\r
 */\r
 class _InputMethodInfoImpl\r
        : public Tizen::Base::Object\r
 {\r
 public:\r
-       virtual ~_InputMethodInfoImpl(void);\r
-\r
-       static _InputMethodInfoImpl* CreateInputMethodInfoImplN(void);\r
-       static _InputMethodInfoImpl* CreateInputMethodInfoImplN(const _InputMethodInfoImpl& impl);\r
-\r
        static _InputMethodInfoImpl* GetInstance(InputMethodInfo& inputMethodInfo);\r
 \r
        _InputMethodInfoImpl& operator=(const _InputMethodInfoImpl& impl);\r
@@ -77,8 +72,11 @@ public:
 private:\r
        _InputMethodInfoImpl(void);\r
        _InputMethodInfoImpl(const _InputMethodInfoImpl& impl);\r
+       virtual ~_InputMethodInfoImpl(void);\r
 \r
 private:\r
+       friend class InputMethodInfo;\r
+\r
        Tizen::App::AppId __appId;\r
        Tizen::Base::String __uuid;\r
        Tizen::Base::String __name;\r