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.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/ImR_Activator.idl b/TAO/orbsvcs/ImplRepo_Service/ImR_Activator.idl
index aa0fecbd401..03b6a55385a 100644
--- a/TAO/orbsvcs/ImplRepo_Service/ImR_Activator.idl
+++ b/TAO/orbsvcs/ImplRepo_Service/ImR_Activator.idl
@@ -8,7 +8,7 @@ module ImplementationRepository
{
interface Activator
{
- // Tells the activator to launch a server with the given information.
+ /// 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);