Update change log and spec for wrt-plugins-tizen_0.4.70
[framework/web/wrt-plugins-tizen.git] / src / Callhistory / plugin_config.h
index 327ce5d..cd206c0 100755 (executable)
 #define _CALLHISTORY_PLUGIN_CONFIG_H_
 
 #include <Commons/FunctionDeclaration.h>
+#include "plugin_config_impl.h"
 
 namespace DeviceAPI {
 namespace CallHistory {
 
-extern const char* CALL_HISTORY_FUNCTION_API_FIND;
-extern const char* CALL_HISTORY_FUNCTION_API_REMOVE;
-extern const char* CALL_HISTORY_FUNCTION_API_REMOVE_BATCH;
-extern const char* CALL_HISTORY_FUNCTION_API_REMOVE_ALL;
-extern const char* CALL_HISTORY_FUNCTION_API_ADDLISTENER;
-extern const char* CALL_HISTORY_FUNCTION_API_REMOVELISTENER;
-
 DECLARE_FUNCTION_GETTER(CallHistory);
 
-}
-}
-
-namespace WrtDeviceApis {
-namespace Commons {
-
 #define CALLHISTORY_CHECK_ACCESS(functionName) \
     WrtDeviceApis::Commons::aceCheckAccess<AceFunctionGetter, \
     WrtDeviceApis::Commons::DefaultArgsVerifier<> >(                \