summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Basic/Updates.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Basic/Updates.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/Basic/Updates.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Basic/Updates.h b/TAO/orbsvcs/tests/Notify/Basic/Updates.h
index 97f1959099b..0cae692be4d 100644
--- a/TAO/orbsvcs/tests/Notify/Basic/Updates.h
+++ b/TAO/orbsvcs/tests/Notify/Basic/Updates.h
@@ -38,7 +38,7 @@ public:
virtual void offer_change (const CosNotification::EventTypeSeq & added,
const CosNotification::EventTypeSeq & removed
- TAO_ENV_ARG_DECL)
+ ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException,
CosNotifyComm::InvalidEventType));
// Offer change is conveyed here.
@@ -61,7 +61,7 @@ public:
virtual void subscription_change (
const CosNotification::EventTypeSeq & added,
const CosNotification::EventTypeSeq & removed
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((CORBA::SystemException,
CosNotifyComm::InvalidEventType));
@@ -82,20 +82,20 @@ public:
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 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_;