summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Component_Switching/receiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Component_Switching/receiver.h')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Component_Switching/receiver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Component_Switching/receiver.h b/TAO/orbsvcs/tests/AVStreams/Component_Switching/receiver.h
index fe302b57523..19a9c673b8c 100644
--- a/TAO/orbsvcs/tests/AVStreams/Component_Switching/receiver.h
+++ b/TAO/orbsvcs/tests/AVStreams/Component_Switching/receiver.h
@@ -83,7 +83,7 @@ public:
TAO_AV_Callback *&callback);
virtual CORBA::Boolean handle_connection_requested (AVStreams::flowSpec &the_spec
- TAO_ENV_ARG_DECL_NOT_USED);
+ ACE_ENV_ARG_DECL_NOT_USED);
/// Called when a distributor tries to connect to the receiver
private:
@@ -108,7 +108,7 @@ public:
int init (int argc,
char **argv
- TAO_ENV_ARG_DECL_NOT_USED);
+ ACE_ENV_ARG_DECL_NOT_USED);
/// Initialize data components.
int parse_args (int argc,
@@ -121,7 +121,7 @@ public:
ACE_CString sender_name (void);
ACE_CString receiver_name (void);
- void shut_down (TAO_ENV_SINGLE_ARG_DECL_NOT_USED);
+ void shut_down (ACE_ENV_SINGLE_ARG_DECL_NOT_USED);
protected:
Connection_Manager connection_manager_;