From 5d46da377acc1f6102e3db1b6274a3a920e90028 Mon Sep 17 00:00:00 2001 From: kirthika Date: Wed, 16 Sep 1998 02:02:39 +0000 Subject: ! --- TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Server.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TAO') diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Server.cpp b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Server.cpp index c2ca7d883d7..50e47f3708a 100644 --- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Server.cpp +++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Server.cpp @@ -71,7 +71,7 @@ Cubit_Server::init (int argc, this->parse_args (); // @@ Check for the return value here. - // Get the orb + // Get the orb CORBA::ORB_var orb = this->orb_manager_.orb (); // Now create the implementations @@ -125,7 +125,7 @@ Cubit_Server::init_naming_service (CORBA::Environment& env) this->cubit_context_ = this->my_name_server_->bind_new_context (cubit_context_name, env); - TAO_CHECK_ENV_RETURN (env,-1); + TAO_CHECK_ENV_RETURN (env, -1); //Register the cubit_factory name with the IDL_Cubit Naming //Context... @@ -135,7 +135,7 @@ Cubit_Server::init_naming_service (CORBA::Environment& env) this->cubit_context_->bind (factory_name, factory.in (), env); - TAO_CHECK_ENV_RETURN (env,-1); + TAO_CHECK_ENV_RETURN (env, -1); return 0; } -- cgit v1.2.1