X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FIntInternetApp.h;h=fba4d0e1b1f328a3954686b7d832ed9bc8bf4bb8;hb=5a2ca0d204f5a5fffc4cd04f16f9571fecd5d8dd;hp=217019872e239b9c8330039d04afe7b805cfd279;hpb=19533e3b99d274d69efa226589b98681108bd27f;p=apps%2Fosp%2FInternet.git diff --git a/inc/IntInternetApp.h b/inc/IntInternetApp.h index 2170198..fba4d0e 100644 --- a/inc/IntInternetApp.h +++ b/inc/IntInternetApp.h @@ -2,7 +2,7 @@ // Copyright (c) 2012 Samsung Electronics Co., Ltd. // -// Licensed under the Flora License, Version 1.0 (the License); +// Licensed under the Flora License, Version 1.1 (the License); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // @@ -28,6 +28,7 @@ #include #include +#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,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 + MainFrame* pSceneManagementFrame; }; #endif // _INT_INTERNET_APP_H_