summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service/ImR_Locator.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service/ImR_Locator.idl')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/ImR_Locator.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/ImR_Locator.idl b/TAO/orbsvcs/ImplRepo_Service/ImR_Locator.idl
index 3fced0b1150..acae98bb07f 100644
--- a/TAO/orbsvcs/ImplRepo_Service/ImR_Locator.idl
+++ b/TAO/orbsvcs/ImplRepo_Service/ImR_Locator.idl
@@ -10,7 +10,7 @@ module ImplementationRepository
{
// returns a token that can be used (along with activator name) to unregister the activator.
long register_activator (in string name, in Activator act);
-
+
// You must pass in the token returned from register_activator.
void unregister_activator (in string name, in long token);