summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 19:44:30 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 19:44:30 +0000
commitf07f4e953742ba7ed5d51daa9081b876ec3526d0 (patch)
tree161b0751a39b925a08771817a93475a5a72cb683 /TAO
parent1db691c29110b92dbb50789b8d11c666f1f3167a (diff)
downloadATCD-f07f4e953742ba7ed5d51daa9081b876ec3526d0.tar.gz
Diffstat (limited to 'TAO')
-rw-r--r--TAO/orbsvcs/examples/ORT/Object_Factory_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/examples/ORT/Object_Factory_i.cpp b/TAO/orbsvcs/examples/ORT/Object_Factory_i.cpp
index b555cf58548..3b270a039c6 100644
--- a/TAO/orbsvcs/examples/ORT/Object_Factory_i.cpp
+++ b/TAO/orbsvcs/examples/ORT/Object_Factory_i.cpp
@@ -41,7 +41,7 @@ Object_Factory_i::create_object (const char *interface_repository_id,
ort->make_object (interface_repository_id,
*obj_id
ACE_ENV_ARG_PARAMETER);
-/
+*/
return CORBA::Object::_nil();
}