summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/Basic/Observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Event/Basic/Observer.h')
-rw-r--r--TAO/orbsvcs/tests/Event/Basic/Observer.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/TAO/orbsvcs/tests/Event/Basic/Observer.h b/TAO/orbsvcs/tests/Event/Basic/Observer.h
index 5b2fe020327..655ad3e9111 100644
--- a/TAO/orbsvcs/tests/Event/Basic/Observer.h
+++ b/TAO/orbsvcs/tests/Event/Basic/Observer.h
@@ -43,8 +43,8 @@ public:
virtual int run (int argc, char* argv[]);
// Execute the test.
- virtual void initialize_orb_and_poa (int& argc, char* argv[],
- CORBA::Environment& env);
+ virtual void initialize_orb_and_poa (int& argc, char* argv[]
+ TAO_ENV_ARG_DECL);
// Obtain the orb and the poa pointers
int channel_count (void) const;
@@ -89,25 +89,25 @@ public:
// Destructor
// = The EC_Driver methods
- virtual void initialize_orb_and_poa (int& argc, char* argv[],
- CORBA::Environment& env);
+ virtual void initialize_orb_and_poa (int& argc, char* argv[]
+ TAO_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 (CORBA::Environment& ACE_TRY_ENV);
- void run_cleanup (CORBA::Environment& ACE_TRY_ENV);
+ void execute_test (TAO_ENV_SINGLE_ARG_DECL);
+ void run_cleanup (TAO_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,
- CORBA::Environment &ACE_TRY_ENV);
+ int i
+ TAO_ENV_ARG_DECL);
void consumer_push (void*,
- const RtecEventComm::EventSet&,
- CORBA::Environment& ACE_TRY_ENV);
+ const RtecEventComm::EventSet&
+ TAO_ENV_ARG_DECL);
private:
EC_Master *master_;