diff options
author | okellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-01-29 20:21:11 +0000 |
---|---|---|
committer | okellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-01-29 20:21:11 +0000 |
commit | 15f9b16afed320b4e581b8f61fee7d7fbf1aa9a8 (patch) | |
tree | fd798ba5478a08b4b6f842cb8515ed9776861f5f /TAO/tao/Dynamic_Adapter.cpp | |
parent | 5e12d6686388ccadee1714b94ddee0cce6587bfd (diff) | |
download | ATCD-15f9b16afed320b4e581b8f61fee7d7fbf1aa9a8.tar.gz |
ChangeLogTag:Tue Jan 29 21:09:12 2002 Oliver Kellogg <oliver.kellogg@sysde.eads.net>
Diffstat (limited to 'TAO/tao/Dynamic_Adapter.cpp')
-rw-r--r-- | TAO/tao/Dynamic_Adapter.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Dynamic_Adapter.cpp b/TAO/tao/Dynamic_Adapter.cpp index b7840508950..41fc84598b1 100644 --- a/TAO/tao/Dynamic_Adapter.cpp +++ b/TAO/tao/Dynamic_Adapter.cpp @@ -22,7 +22,7 @@ TAO_Dynamic_Adapter::create_request ( CORBA::ExceptionList_ptr /* exceptions */, CORBA::Request_ptr & /* request */, CORBA::Flags /* req_flags */ - TAO_ENV_ARG_DECL_NOT_USED /* TAO_ENV_SINGLE_ARG_PARAMETER */ + ACE_ENV_ARG_DECL_NOT_USED /* ACE_ENV_SINGLE_ARG_PARAMETER */ ) { } @@ -31,7 +31,7 @@ CORBA::Request_ptr TAO_Dynamic_Adapter::request (CORBA::Object_ptr /* obj */, CORBA::ORB_ptr /* orb */, const char * /* op */ - TAO_ENV_ARG_DECL_NOT_USED /* TAO_ENV_SINGLE_ARG_PARAMETER */) + ACE_ENV_ARG_DECL_NOT_USED /* ACE_ENV_SINGLE_ARG_PARAMETER */) { return 0; } @@ -71,7 +71,7 @@ TAO_Dynamic_Adapter::server_request_release (CORBA::ServerRequest_ptr) void TAO_Dynamic_Adapter::create_exception_list (CORBA::ExceptionList_ptr & - TAO_ENV_ARG_DECL_NOT_USED) + ACE_ENV_ARG_DECL_NOT_USED) { } |