diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-10-28 22:20:48 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-10-28 22:20:48 +0000 |
commit | fbc3f0cb73924db41ddf31e42198b1c09148feb2 (patch) | |
tree | 10a8db5fee09fada92a6b419e10fa9fe8466668f /TAO/tests/POA | |
parent | 70a9adc0116134da6502e8afbb067200a0dbeb55 (diff) | |
download | ATCD-fbc3f0cb73924db41ddf31e42198b1c09148feb2.tar.gz |
ChangeLogTag: Mon Oct 28 17:19:58 2002 Irfan Pyarali <irfan@oomworks.com>
Diffstat (limited to 'TAO/tests/POA')
-rw-r--r-- | TAO/tests/POA/MT_Servant_Locator/MT_Servant_Locator.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/POA/MT_Servant_Locator/MT_Servant_Locator.cpp b/TAO/tests/POA/MT_Servant_Locator/MT_Servant_Locator.cpp index 3cf5993da80..cd8dcb804b9 100644 --- a/TAO/tests/POA/MT_Servant_Locator/MT_Servant_Locator.cpp +++ b/TAO/tests/POA/MT_Servant_Locator/MT_Servant_Locator.cpp @@ -40,7 +40,7 @@ test_i::test_i (PortableServer::POA_ptr poa) } void -test_i::method (ACE_ENV_SINGLE_ARG_DECL) +test_i::method (ACE_ENV_SINGLE_ARG_DECL_NOT_USED) ACE_THROW_SPEC ((CORBA::SystemException)) { } @@ -114,7 +114,7 @@ Servant_Locator::preinvoke (const PortableServer::ObjectId &oid, PortableServer::POA_ptr, const char *, PortableServer::ServantLocator::Cookie & - ACE_ENV_ARG_DECL) + ACE_ENV_ARG_DECL_NOT_USED) ACE_THROW_SPEC ((CORBA::SystemException, PortableServer::ForwardRequest)) { @@ -149,7 +149,7 @@ Servant_Locator::postinvoke (const PortableServer::ObjectId &oid, const char *, PortableServer::ServantLocator::Cookie, PortableServer::Servant - ACE_ENV_ARG_DECL) + ACE_ENV_ARG_DECL_NOT_USED) ACE_THROW_SPEC ((CORBA::SystemException)) { CORBA::String_var name = |