X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Fdevel-api%2Fadaptor-framework%2Fimf-manager.cpp;h=85716535f5c2e67d41beb1464e47dac921d0ab12;hb=d9418fed4fed3c286a9d14fc29c58663d7a2ec2f;hp=b1498d2753a7bc5037ab7cf4b9ea21dd2d8bbb23;hpb=31d54de242e65bb1438537aba8382cbba5f7429a;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/devel-api/adaptor-framework/imf-manager.cpp b/adaptors/devel-api/adaptor-framework/imf-manager.cpp old mode 100644 new mode 100755 index b1498d2..8571653 --- a/adaptors/devel-api/adaptor-framework/imf-manager.cpp +++ b/adaptors/devel-api/adaptor-framework/imf-manager.cpp @@ -33,6 +33,11 @@ ImfManager::~ImfManager() { } +void ImfManager::Finalize() +{ + Internal::Adaptor::ImfManager::GetImplementation(*this).Finalize(); +} + ImfManager ImfManager::Get() { return Internal::Adaptor::ImfManager::Get(); @@ -108,14 +113,14 @@ void ImfManager::ApplyOptions( const InputMethodOptions& options ) Internal::Adaptor::ImfManager::GetImplementation(*this).ApplyOptions( options ); } -void ImfManager::SetInputPanelUserData( const std::string& data ) +void ImfManager::SetInputPanelData( const std::string& data ) { - Internal::Adaptor::ImfManager::GetImplementation(*this).SetInputPanelUserData( data ); + Internal::Adaptor::ImfManager::GetImplementation(*this).SetInputPanelData( data ); } -void ImfManager::GetInputPanelUserData( std::string& data ) +void ImfManager::GetInputPanelData( std::string& data ) { - Internal::Adaptor::ImfManager::GetImplementation(*this).GetInputPanelUserData( data ); + Internal::Adaptor::ImfManager::GetImplementation(*this).GetInputPanelData( data ); } Dali::ImfManager::State ImfManager::GetInputPanelState()