Fixed Nabi Issues: 53721,53372,53761,53768
[apps/osp/Internet.git] / inc / IntInternetApp.h
index bf2cb14..4d27e7f 100644 (file)
@@ -28,6 +28,7 @@
 #include <FSystem.h>
 #include <FUi.h>
 
+#include "IntMainFrame.h"
 #include "IntMultipleWindowPresentationModel.h"
 
 class InternetApp
@@ -54,7 +55,6 @@ public:
        virtual ~InternetApp(void);
 
 public:
-
        bool OnAppInitializing(Tizen::App::AppRegistry& appRegistry);
 
        bool OnAppInitialized(void);
@@ -80,9 +80,18 @@ public:
 
        //IAppControlProviderEventListener
        void OnAppControlRequestReceived(RequestId reqId, const Tizen::Base::String &operationId, const Tizen::Base::String *pDataType, const Tizen::Base::String *pUriScheme, const Tizen::Base::Collection::IMap *pArgs);
+
+       long long GetAvailableMemory(void);
+
+       virtual void OnUserEventReceivedN (RequestId requestId, Tizen::Base::Collection::IList *pArgs);
 private:
        MultipleWindowPresentationModel* __pMultiWindowManager;
        WindowInfo* __pNewWindowInfo;//the new window object to be created either by the normal launch of application or as an appcontrol launch
+       MainFrame* pSceneManagementFrame;
+       Tizen::Base::String __operationId;
+       const Tizen::Base::String* __value;
+       bool __isShowMsg;
+       Tizen::App::AppControl* __pAc;
 };
 
 #endif // _INT_INTERNET_APP_H_