summaryrefslogtreecommitdiff
path: root/TAO/examples/OBV/Simple_util.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-22 16:48:00 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-22 16:48:00 +0000
commit8dec666aa952d00fbbf65d364200f9fe2a4ab6d2 (patch)
tree93c857562bd4ade5385d763caab168207bbae833 /TAO/examples/OBV/Simple_util.cpp
parentde3bca0511119a9ca26175d036bee8109033d4e5 (diff)
downloadATCD-8dec666aa952d00fbbf65d364200f9fe2a4ab6d2.tar.gz
ChangeLogTag:Tue Jun 22 11:39:43 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/examples/OBV/Simple_util.cpp')
-rw-r--r--TAO/examples/OBV/Simple_util.cpp4
1 files changed, 2 insertions, 2 deletions
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<InterfaceObj, Var>::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<InterfaceObj, Var>::init (const char *name,
template <class InterfaceObj, class Var> int
-Client<InterfaceObj, Var>::obtain_initial_references (CORBA::Environment &ACE_TRY_ENV)
+Client<InterfaceObj, Var>::obtain_initial_references (CORBA::Environment &)
{
return 0;