Update change log and spec for wrt-plugins-tizen_0.2.72
[framework/web/wrt-plugins-tizen.git] / src / standards / Tizen / POI / JSPOIServiceManager.cpp
index 1d54742..8b2b22c 100755 (executable)
@@ -37,6 +37,8 @@ using namespace std;
 using namespace WrtDeviceApis::CommonsJavaScript;
 using namespace WrtDeviceApis::Commons;
 
+extern bool initPOI;
+
 namespace TizenApis {
 namespace Tizen1_0 {
 namespace LBS {
@@ -90,6 +92,9 @@ const JSClassDefinition* JSPOIServiceManager::getClassInfo()
 
 void JSPOIServiceManager::initialize(JSContextRef ctx, JSObjectRef object) 
 {
+       initPOI = true;
+       LOGD("initialize !!!");
+
        if( JSPOIServiceManager::m_globalContextRef == NULL ){
                JSPOIServiceManager::m_globalContextRef = ctx;
        }