summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-16 02:02:39 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-16 02:02:39 +0000
commit5d46da377acc1f6102e3db1b6274a3a920e90028 (patch)
treef641037eba43651547b279a0b584110b1ca8cff4 /TAO
parent24152ef1e5264275099f8ccea36d34db5c35fb03 (diff)
downloadATCD-5d46da377acc1f6102e3db1b6274a3a920e90028.tar.gz
!
Diffstat (limited to 'TAO')
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Server.cpp6
1 files changed, 3 insertions, 3 deletions
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;
}