X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Fcommon%2Fframework.h;h=6037d57ec15f63a914def71e266564841651fac3;hb=49ce5c4f4d8dd5b849f86ede9b938c96ef414dcc;hp=4dacf5f581aee7c263a5a42d1bc64bb62c5d408d;hpb=872ce50a3cc284be979224d24c41da045c9156ba;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/common/framework.h b/adaptors/common/framework.h index 4dacf5f..6037d57 100644 --- a/adaptors/common/framework.h +++ b/adaptors/common/framework.h @@ -38,9 +38,12 @@ namespace Adaptor { /** - * The Framework class is used to register callbacks with the TIZEN platform so that + * The Framework class is ideally placed to provide key API required by Applications. + * + * The class is also used to register callbacks with the TIZEN platform so that * we know when any of the application lifecycle events occur. This includes events * like when our application is to be initialised, terminated, paused, resumed etc. + * */ class Framework { @@ -179,6 +182,11 @@ public: */ std::string GetBundleId() const; + /** + * Gets the path at which application resources are stored. + */ + static std::string GetResourcePath(); + private: // Undefined