summaryrefslogtreecommitdiff
path: root/DAnCE/TargetManager/DomainDataManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'DAnCE/TargetManager/DomainDataManager.h')
-rw-r--r--DAnCE/TargetManager/DomainDataManager.h16
1 files changed, 15 insertions, 1 deletions
diff --git a/DAnCE/TargetManager/DomainDataManager.h b/DAnCE/TargetManager/DomainDataManager.h
index e32ba09a6d0..7669b91d9de 100644
--- a/DAnCE/TargetManager/DomainDataManager.h
+++ b/DAnCE/TargetManager/DomainDataManager.h
@@ -79,6 +79,20 @@ namespace CIAO
);
/**
+ * This function calls the constructor of the
+ * class Domain Data Manager. It is the same as the function above
+ * only the parameter TargetManagerExt_ptr is different
+ *
+ * @brief This function is called to create the Datamanager
+ * @param orb The orb pointer
+ * @param target The Target Manager Extension Object Reference
+ *
+ */
+// static DomainDataManager * create (CORBA::ORB_ptr orb,
+// ::Deployment::TargetManagerExt_ptr target
+// );
+
+ /**
* @brief Returns the static pointer to the
* data manager.
* @return DomainDataManager*
@@ -134,7 +148,7 @@ namespace CIAO
void releaseResourceAllocation (
const ::Deployment::ResourceAllocations & resources);
- private:
+ protected:
/**
* The constructor made protected so that no one can create