Fixed Nabi Issues
[apps/osp/Internet.git] / inc / IntInternetApp.h
index b52c35c..fba4d0e 100644 (file)
@@ -28,6 +28,7 @@
 #include <FSystem.h>
 #include <FUi.h>
 
+#include "IntMainFrame.h"
 #include "IntMultipleWindowPresentationModel.h"
 
 class InternetApp
@@ -54,8 +55,6 @@ public:
        virtual ~InternetApp(void);
 
 public:
-       bool IsHwBackKeyExists(void);
-
        bool OnAppInitializing(Tizen::App::AppRegistry& appRegistry);
 
        bool OnAppInitialized(void);
@@ -81,10 +80,12 @@ 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);
 private:
        MultipleWindowPresentationModel* __pMultiWindowManager;
        WindowInfo* __pNewWindowInfo;//the new window object to be created either by the normal launch of application or as an appcontrol launch
-       bool __isHwBackButtonExists;
+       MainFrame* pSceneManagementFrame;
 };
 
 #endif // _INT_INTERNET_APP_H_