summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service/ImR_Activator.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service/ImR_Activator.idl')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/ImR_Activator.idl18
1 files changed, 18 insertions, 0 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/ImR_Activator.idl b/TAO/orbsvcs/ImplRepo_Service/ImR_Activator.idl
new file mode 100644
index 00000000000..aa0fecbd401
--- /dev/null
+++ b/TAO/orbsvcs/ImplRepo_Service/ImR_Activator.idl
@@ -0,0 +1,18 @@
+// -*- IDL -*-
+
+// $Id$
+
+#include "tao/ImR_Client/ImplRepo.pidl"
+
+module ImplementationRepository
+{
+ interface Activator
+ {
+ // Tells the activator to launch a server with the given information.
+ void start_server(in string name, in string cmdline,
+ in string dir, in EnvironmentList env) raises(CannotActivate);
+
+ oneway void shutdown();
+ };
+};
+