Merge "Update PowerManager [dep:osp-common-service, osp-appfw, osp-appservice]" into...
[platform/framework/native/appfw.git] / src / text / FText_Iso885916EncodingCore.h
index b772a2f..1fc0f64 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);
@@ -38,7 +37,6 @@ public:
        ~_Iso885916EncodingCore(void);
 
        static _EncodingCore* GetEncodingCoreImplN(const Tizen::Base::String& encodingFrom, const Tizen::Base::String& encodingTo);
-       virtual result GetAvailableEncodingsN(Tizen::Base::Collection::IList* pEncodingList);
 
        virtual result GetByteCount(const wchar_t* pSrc, int srcLength, int& retLength);
        virtual result GetCharCount(const byte* pSrc, int srcLength, int& retLength);