diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-01-24 19:44:30 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-01-24 19:44:30 +0000 |
commit | f07f4e953742ba7ed5d51daa9081b876ec3526d0 (patch) | |
tree | 161b0751a39b925a08771817a93475a5a72cb683 /TAO | |
parent | 1db691c29110b92dbb50789b8d11c666f1f3167a (diff) | |
download | ATCD-f07f4e953742ba7ed5d51daa9081b876ec3526d0.tar.gz |
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/orbsvcs/examples/ORT/Object_Factory_i.cpp | 2 |
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(); } |