summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-11-18 17:28:43 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-11-18 17:28:43 +0000
commit595cbd8f235428c0d086c512ead73f25615fc284 (patch)
treee6b750e54a7e1c06976a9e5942a0a2d941558350 /TAO/tao
parent2d7d08e02f78b5a22aa4fdec7345f353814d09f8 (diff)
downloadATCD-595cbd8f235428c0d086c512ead73f25615fc284.tar.gz
ChangeLogTag:Tue Nov 18 11:29:30 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/IFR_Client/IFR_Client_Adapter_Impl.h2
-rw-r--r--TAO/tao/IFR_Client_Adapter.h2
-rw-r--r--TAO/tao/ORB.cpp4
3 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/IFR_Client/IFR_Client_Adapter_Impl.h b/TAO/tao/IFR_Client/IFR_Client_Adapter_Impl.h
index 9265afab785..66209abb0b7 100644
--- a/TAO/tao/IFR_Client/IFR_Client_Adapter_Impl.h
+++ b/TAO/tao/IFR_Client/IFR_Client_Adapter_Impl.h
@@ -70,7 +70,7 @@ public:
CORBA::ORB_ptr orb,
CORBA::OperationDef_ptr,
CORBA::NVList_ptr&
- ACE_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL
);
// Used to force the initialization of the ORB code.
diff --git a/TAO/tao/IFR_Client_Adapter.h b/TAO/tao/IFR_Client_Adapter.h
index ed827bc7493..c7652ce4daf 100644
--- a/TAO/tao/IFR_Client_Adapter.h
+++ b/TAO/tao/IFR_Client_Adapter.h
@@ -93,7 +93,7 @@ public:
CORBA::ORB_ptr orb,
CORBA::OperationDef_ptr,
CORBA::NVList_ptr&
- ACE_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL
) = 0;
};
diff --git a/TAO/tao/ORB.cpp b/TAO/tao/ORB.cpp
index e138ca7e274..e30ffbacd17 100644
--- a/TAO/tao/ORB.cpp
+++ b/TAO/tao/ORB.cpp
@@ -1015,7 +1015,7 @@ CORBA::ORB::resolve_policy_current (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
CORBA::Object_ptr
CORBA::ORB::resolve_service (TAO_MCAST_SERVICEID mcast_service_id
- ACE_ENV_ARG_DECL)
+ ACE_ENV_ARG_DECL_NOT_USED)
{
const char * env_service_port [] =
{
@@ -1176,7 +1176,7 @@ CORBA::ORB::resolve_initial_references (const char *name,
{
result =
this->string_to_object( service_ior.c_str() ACE_ENV_ARG_PARAMETER ) ;
- ACE_CHECK_RETURN( CORBA_Object::_nil() ) ;
+ ACE_CHECK_RETURN( CORBA::Object::_nil() ) ;
return result._retn() ;
}