RC android: load bundle classes from library
[platform/upstream/iotivity.git] / service / resource-container / include / RCSBundleInfo.h
index 31d2902..323cf54 100644 (file)
@@ -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: