X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=service%2Fresource-container%2Finclude%2FRCSBundleInfo.h;h=323cf544376355476aafaf2b85cf35fd4764ce5e;hb=82ea1301a5597506a37be7829c819251be4c4b39;hp=31d2902f6ffd3ad4923c43827a5d5cab3408ca1b;hpb=a6f235d6981f4d241479c59d6b27e862dc4135a6;p=platform%2Fupstream%2Fiotivity.git diff --git a/service/resource-container/include/RCSBundleInfo.h b/service/resource-container/include/RCSBundleInfo.h index 31d2902..323cf54 100644 --- a/service/resource-container/include/RCSBundleInfo.h +++ b/service/resource-container/include/RCSBundleInfo.h @@ -82,6 +82,14 @@ namespace OIC */ virtual const std::string &getVersion() = 0; + /** + * API for getting the activation status of the bundle + * + * @return activation status of the bundle + * + */ + virtual bool isActivated() = 0; + RCSBundleInfo(); virtual ~RCSBundleInfo(); protected: