summaryrefslogtreecommitdiff
path: root/DAnCE/dance/Plan_Launcher/Daemon/PL_Daemon.idl
diff options
context:
space:
mode:
Diffstat (limited to 'DAnCE/dance/Plan_Launcher/Daemon/PL_Daemon.idl')
-rw-r--r--DAnCE/dance/Plan_Launcher/Daemon/PL_Daemon.idl27
1 files changed, 0 insertions, 27 deletions
diff --git a/DAnCE/dance/Plan_Launcher/Daemon/PL_Daemon.idl b/DAnCE/dance/Plan_Launcher/Daemon/PL_Daemon.idl
deleted file mode 100644
index 0817cdbd77a..00000000000
--- a/DAnCE/dance/Plan_Launcher/Daemon/PL_Daemon.idl
+++ /dev/null
@@ -1,27 +0,0 @@
-/**
- * @file PL_Daemon.idl
- * @author William R. Otte <wotte@dre.vanderbilt.edu>
- *
- * Daemonized version of the Plan Launcher.
- */
-
-#ifndef PL_DAEMON_IDL
-#define PL_DAEMON_IDL
-
-#include "dance/Deployment/Deployment_DeploymentPlan.idl"
-
-module DAnCE
-{
- interface Plan_Launcher_Daemon
- {
- /// Load a deployment plan from a file
- ::Deployment::DeploymentPlan parse_xml_plan (in string plan_location);
-
- /// Load a deployment plan from a file
- ::Deployment::DeploymentPlan parse_cdr_plan (in string plan_location);
-
- oneway void shutdown ();
- };
-};
-
-#endif