Merge "Added APIs for codec in video-player" into devel/master
[platform/core/uifw/dali-adaptor.git] / dali / internal / input / common / imf-manager-impl.cpp
index 58138ad..41cd44c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -50,6 +50,9 @@ Dali::ImfManager ImfManager::Get()
 ImfManager::~ImfManager()
 {}
 
+void ImfManager::Finalize()
+{}
+
 void ImfManager::NotifyCursorPosition()
 {}
 
@@ -166,4 +169,4 @@ std::string ImfManager::GetInputPanelLocale()
 
 }
 }
-}
\ No newline at end of file
+}