summaryrefslogtreecommitdiff
path: root/DAnCE/dance/LocalityManager/Handler/Plugin_Conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'DAnCE/dance/LocalityManager/Handler/Plugin_Conf.h')
-rw-r--r--DAnCE/dance/LocalityManager/Handler/Plugin_Conf.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/DAnCE/dance/LocalityManager/Handler/Plugin_Conf.h b/DAnCE/dance/LocalityManager/Handler/Plugin_Conf.h
deleted file mode 100644
index dbe635eafe8..00000000000
--- a/DAnCE/dance/LocalityManager/Handler/Plugin_Conf.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/**
- * @file Plugin_Conf.h
- * @author William R. Otte <wotte@dre.vanderbilt.edu>
- *
- * Handles installation of plugins from a configuration file.
- */
-
-#ifndef PLUGIN_CONF_H
-#define PLUGIN_CONF_H
-
-#include "dance/Deployment/Deployment_DeploymentPlanC.h"
-#include "dance/LocalityManager/Handler/DAnCE_Locality_Handler_export.h"
-
-namespace DAnCE
-{
- class DAnCE_Locality_Handler_Export Plugin_Configurator
- {
- public:
- void load_from_text_file (const ACE_TCHAR *file);
-
- private:
- void deploy_plan (::Deployment::DeploymentPlan &plan);
-
- void create_entry (const char *artifact,
- const char *entrypoint,
- const char *type,
- int open_mode,
- ::Deployment::DeploymentPlan &plan,
- CORBA::ULong pos);
- };
-}
-#endif