summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Forward/Test_impl.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-31 18:13:54 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-31 18:13:54 +0000
commit546dd1f971558d5f07d7572e924fc1ceae410873 (patch)
treeb33c0816a6b82fceb281153f429f2b95a263d9f0 /TAO/tests/OBV/Forward/Test_impl.h
parente46fc5f81c686c6d4cb7ee755eb4b20ca97ffe7f (diff)
downloadATCD-546dd1f971558d5f07d7572e924fc1ceae410873.tar.gz
ChangeLogTag: Mon Dec 31 11:01:29 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/OBV/Forward/Test_impl.h')
-rw-r--r--TAO/tests/OBV/Forward/Test_impl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/OBV/Forward/Test_impl.h b/TAO/tests/OBV/Forward/Test_impl.h
index 478e29c99f6..bce19ed8201 100644
--- a/TAO/tests/OBV/Forward/Test_impl.h
+++ b/TAO/tests/OBV/Forward/Test_impl.h
@@ -32,11 +32,11 @@ public:
// ctor
virtual TreeController * reflect (
- TreeController * tc,
- CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ())
+ TreeController * tc
+ TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void shutdown (CORBA::Environment&)
+ virtual void shutdown (TAO_ENV_SINGLE_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
private: