diff options
author | venkita <venkita@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-01-12 15:52:32 +0000 |
---|---|---|
committer | venkita <venkita@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-01-12 15:52:32 +0000 |
commit | dbfb1415d6c893081ac5bef59823255e6a6edd81 (patch) | |
tree | f781d471c944420888b6ca5280699a48f4af0937 /TAO/tests/Two_Objects/First_i.cpp | |
parent | 05d52180f2813cd333fb4ac9fb35308e42fcdc8a (diff) | |
download | ATCD-dbfb1415d6c893081ac5bef59823255e6a6edd81.tar.gz |
ChangeLogTag: Sat Jan 12 09:46:00 2002 Venkita Subramonian <venkita@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/Two_Objects/First_i.cpp')
-rw-r--r-- | TAO/tests/Two_Objects/First_i.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Two_Objects/First_i.cpp b/TAO/tests/Two_Objects/First_i.cpp index a9e214aa02c..08e22cbe995 100644 --- a/TAO/tests/Two_Objects/First_i.cpp +++ b/TAO/tests/Two_Objects/First_i.cpp @@ -17,7 +17,7 @@ First_i::First_i (CORBA::ORB_ptr orb, ACE_Auto_Event &two_way_done) } void -First_i::oneway_method (TAO_ENV_SINGLE_ARG_DECL) +First_i::oneway_method (TAO_ENV_SINGLE_ARG_DECL_NOT_USED) ACE_THROW_SPEC ((CORBA::SystemException)) { ACE_DEBUG ((LM_DEBUG, "Oneway servant : (%P|%t) one way method called. About to wait for two way call completion\n")); |