summaryrefslogtreecommitdiff
path: root/DAnCE/dance/Plan_Launcher/Plan_Launcher_Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'DAnCE/dance/Plan_Launcher/Plan_Launcher_Base.h')
-rw-r--r--DAnCE/dance/Plan_Launcher/Plan_Launcher_Base.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/DAnCE/dance/Plan_Launcher/Plan_Launcher_Base.h b/DAnCE/dance/Plan_Launcher/Plan_Launcher_Base.h
index dd5204b33cd..a06cc62433c 100644
--- a/DAnCE/dance/Plan_Launcher/Plan_Launcher_Base.h
+++ b/DAnCE/dance/Plan_Launcher/Plan_Launcher_Base.h
@@ -51,10 +51,6 @@ namespace DAnCE
/// Instructs the Manager to destroy the ApplicationManager.
virtual void destroy_app_manager (CORBA::Object_ptr app_mgr) = 0;
-
- /// Helper method to resolve externalReference endpoints into valid object references.
- virtual void create_external_connections(const ::Deployment::DeploymentPlan &plan,
- Deployment::Connections &conn) = 0;
};
}