summaryrefslogtreecommitdiff
path: root/TAO/examples
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
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')
-rw-r--r--TAO/examples/OBV/Simple_util.cpp4
-rw-r--r--TAO/examples/OBV/Typed_Events/Server_i.cpp4
2 files changed, 4 insertions, 4 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;
diff --git a/TAO/examples/OBV/Typed_Events/Server_i.cpp b/TAO/examples/OBV/Typed_Events/Server_i.cpp
index 492e95bc893..70f2dad443f 100644
--- a/TAO/examples/OBV/Typed_Events/Server_i.cpp
+++ b/TAO/examples/OBV/Typed_Events/Server_i.cpp
@@ -104,7 +104,7 @@ Checkpoint_i::orb (CORBA::ORB_ptr o)
void
Checkpoint_i::put_event (Event *event,
- CORBA::Environment &ACE_TRY_ENV)
+ CORBA::Environment &)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// In general this function would be a dispatcher which looks at the
@@ -134,7 +134,7 @@ Checkpoint_i::put_event (Event *event,
Event_List *
-Checkpoint_i::get_critical_events (CORBA::Environment &ACE_TRY_ENV)
+Checkpoint_i::get_critical_events (CORBA::Environment &)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// The skeleton should not steal our list by decrementing