diff options
author | venkita <venkita@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-10-17 00:55:58 +0000 |
---|---|---|
committer | venkita <venkita@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-10-17 00:55:58 +0000 |
commit | 798287761522626641854f8daf6dfdb10f8a266d (patch) | |
tree | d1aab364eb166019f7d6c63d8694feac6e1bc923 /TAO/orbsvcs/tests | |
parent | 9980c4856325433e3b83bc2114049d2ac745385c (diff) | |
download | ATCD-798287761522626641854f8daf6dfdb10f8a266d.tar.gz |
ChangeLogTag: Thu Oct 16 19:52:25 2003 Venkita Subramonian <venkita@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/tests')
-rw-r--r-- | TAO/orbsvcs/tests/RTCosScheduling/Object1_i.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/RTCosScheduling/Object1_i.cpp b/TAO/orbsvcs/tests/RTCosScheduling/Object1_i.cpp index 6702a08daa5..37e7e7fa8a1 100644 --- a/TAO/orbsvcs/tests/RTCosScheduling/Object1_i.cpp +++ b/TAO/orbsvcs/tests/RTCosScheduling/Object1_i.cpp @@ -40,7 +40,7 @@ Object1_impl::~Object1_impl() void Object1_impl::method1(const char* activity, CORBA::Long seconds, char* &output - ACE_ENV_ARG_DECL) + ACE_ENV_ARG_DECL_NOT_USED) throw (testSched::testSchedException) { const int scale_factor = 2000; |