summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/Basic/Observer.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/Event/Basic/Observer.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/Event/Basic/Observer.h')
-rw-r--r--TAO/orbsvcs/tests/Event/Basic/Observer.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/tests/Event/Basic/Observer.h b/TAO/orbsvcs/tests/Event/Basic/Observer.h
index 655ad3e9111..7c562cfab60 100644
--- a/TAO/orbsvcs/tests/Event/Basic/Observer.h
+++ b/TAO/orbsvcs/tests/Event/Basic/Observer.h
@@ -44,7 +44,7 @@ public:
// Execute the test.
virtual void initialize_orb_and_poa (int& argc, char* argv[]
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
// Obtain the orb and the poa pointers
int channel_count (void) const;
@@ -90,24 +90,24 @@ public:
// = The EC_Driver methods
virtual void initialize_orb_and_poa (int& argc, char* argv[]
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
virtual int parse_args (int& argc, char* argv[]);
virtual void print_args (void) const;
virtual void print_usage (void);
// add some command line args to enable/disable observerions
- void execute_test (TAO_ENV_SINGLE_ARG_DECL);
- void run_cleanup (TAO_ENV_SINGLE_ARG_DECL);
+ void execute_test (ACE_ENV_SINGLE_ARG_DECL);
+ void run_cleanup (ACE_ENV_SINGLE_ARG_DECL);
// Run the suppliers, using the <thread_manager> parameter
void dump_results (void);
void connect_consumer (
RtecEventChannelAdmin::ConsumerAdmin_ptr consumer_admin,
int i
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
void consumer_push (void*,
const RtecEventComm::EventSet&
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
private:
EC_Master *master_;