summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Basic/Events_Test.h
diff options
context:
space:
mode:
authorokellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-29 20:21:11 +0000
committerokellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-29 20:21:11 +0000
commit15f9b16afed320b4e581b8f61fee7d7fbf1aa9a8 (patch)
treefd798ba5478a08b4b6f842cb8515ed9776861f5f /TAO/orbsvcs/tests/Notify/Basic/Events_Test.h
parent5e12d6686388ccadee1714b94ddee0cce6587bfd (diff)
downloadATCD-15f9b16afed320b4e581b8f61fee7d7fbf1aa9a8.tar.gz
ChangeLogTag:Tue Jan 29 21:09:12 2002 Oliver Kellogg <oliver.kellogg@sysde.eads.net>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Basic/Events_Test.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/Basic/Events_Test.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Basic/Events_Test.h b/TAO/orbsvcs/tests/Notify/Basic/Events_Test.h
index 5996fc6908f..5ba90f996f7 100644
--- a/TAO/orbsvcs/tests/Notify/Basic/Events_Test.h
+++ b/TAO/orbsvcs/tests/Notify/Basic/Events_Test.h
@@ -39,7 +39,7 @@ public:
// = StructuredPushSupplier methods.
virtual void push_structured_event (
const CosNotification::StructuredEvent & notification
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((CORBA::SystemException,
CosEventComm::Disconnected));
@@ -72,28 +72,28 @@ public:
Events_Test (void);
virtual ~Events_Test (void);
- int parse_args (int argc,
+ int parse_args (int argc,
char *argv[]) ;
- int init (int argc,
- char *argv []
- TAO_ENV_ARG_DECL);
+ int init (int argc,
+ char *argv []
+ ACE_ENV_ARG_DECL);
// Initialization.
void on_event_received (void);
// Called when an event is received.
- void run_test (TAO_ENV_SINGLE_ARG_DECL);
+ void run_test (ACE_ENV_SINGLE_ARG_DECL);
// Run the test.
- void end_test (TAO_ENV_SINGLE_ARG_DECL);
+ void end_test (ACE_ENV_SINGLE_ARG_DECL);
// End the test.
int check_results (void);
// check if we got the expected results.
protected:
- void create_EC (TAO_ENV_SINGLE_ARG_DECL);
+ void create_EC (ACE_ENV_SINGLE_ARG_DECL);
// Create EC
ACE_Atomic_Op <TAO_SYNCH_MUTEX, int> result_count_;