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.h5
1 files changed, 2 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 b4392ed9a4c..895057ea055 100644
--- a/TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/sender.h
+++ b/TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/sender.h
@@ -62,11 +62,10 @@ public:
// Constructor
int init (int argc,
- char **argv
- ACE_ENV_ARG_DECL_NOT_USED);
+ char **argv);
// Method to initialize the various data components.
- int pace_data (ACE_ENV_SINGLE_ARG_DECL_NOT_USED);
+ int pace_data (void);
// Method to pace and send data from a file.
Connection_Manager &connection_manager (void);