summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/sender.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/sender.h')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/sender.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/sender.h b/TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/sender.h
index 22038260fa8..58468c578b6 100644
--- a/TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/sender.h
+++ b/TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/sender.h
@@ -62,11 +62,11 @@ public:
// Constructor
int init (int argc,
- char **argv,
- CORBA::Environment&);
+ char **argv
+ TAO_ENV_ARG_DECL_NOT_USED);
// Method to initialize the various data components.
- int pace_data (CORBA::Environment &);
+ int pace_data (TAO_ENV_SINGLE_ARG_DECL_NOT_USED);
// Method to pace and send data from a file.
Connection_Manager &connection_manager (void);