From 8dec666aa952d00fbbf65d364200f9fe2a4ab6d2 Mon Sep 17 00:00:00 2001 From: coryan Date: Tue, 22 Jun 1999 16:48:00 +0000 Subject: ChangeLogTag:Tue Jun 22 11:39:43 1999 Carlos O'Ryan --- TAO/examples/OBV/Simple_util.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TAO/examples/OBV/Simple_util.cpp') diff --git a/TAO/examples/OBV/Simple_util.cpp b/TAO/examples/OBV/Simple_util.cpp index 23517560f11..70cc0cd3a8d 100644 --- a/TAO/examples/OBV/Simple_util.cpp +++ b/TAO/examples/OBV/Simple_util.cpp @@ -283,7 +283,7 @@ Client::init (const char *name, // Retrieve the ORB. this->orb_ = CORBA::ORB_init (this->argc_, this->argv_, - 0, + name, ACE_TRY_ENV); ACE_TRY_CHECK; @@ -329,7 +329,7 @@ Client::init (const char *name, template int -Client::obtain_initial_references (CORBA::Environment &ACE_TRY_ENV) +Client::obtain_initial_references (CORBA::Environment &) { return 0; -- cgit v1.2.1