summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service/ImR_Activator.idl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-11-08 19:13:08 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-11-08 19:13:08 +0000
commit4f421ecd8fb38faf398fe5e04ebdddf5ca1ed0d0 (patch)
tree13abf41fc0995ae8368eb09ad4a246aab1623199 /TAO/orbsvcs/ImplRepo_Service/ImR_Activator.idl
parent96022c5d1c4e34136c56cd14dc78444d7e19a1bb (diff)
downloadATCD-4f421ecd8fb38faf398fe5e04ebdddf5ca1ed0d0.tar.gz
Tue Nov 8 19:11:46 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/ImplRepo_Service/ImR_Activator.idl: * orbsvcs/ImplRepo_Service/ImR_Locator.idl: * orbsvcs/ImplRepo_Service/ImR_Locator_i.h: * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp: * orbsvcs/ImplRepo_Service/Locator_Options.h: * orbsvcs/ImplRepo_Service/Locator_Repository.h: * orbsvcs/ImplRepo_Service/Locator_Repository.cpp: * orbsvcs/ImplRepo_Service/Server_Info.cpp: * orbsvcs/ImplRepo_Service/tao_imr_i.cpp: Doxygen and unicode improvements
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);