Merge "Change API for locale" into tizen_2.2
[platform/framework/native/appfw.git] / src / app / FApp_MapDataControlImpl.h
old mode 100755 (executable)
new mode 100644 (file)
index c2da524..355acc0
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 #include <FBaseString.h>
 #include <FBaseRtEvent.h>
 
-#include "FApp_AppControlManager.h"
+#include "FApp_AppManagerImpl.h"
 
 namespace Tizen { namespace Base
 {
 namespace Collection
 {
+class LinkedList;
 class IList;
 }
 }}
@@ -86,6 +86,7 @@ private:
        int __access;
        IMapDataControlResponseListener* __pPreviousListener;
        Tizen::Base::Runtime::Event* __pMapDataControlEvent;
+       Tizen::Base::Collection::LinkedList* __pRequestList;
 
        friend class MapDataControl;
        friend class _AppManagerImpl;