summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Pluggable/ftp.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Pluggable/ftp.h')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Pluggable/ftp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Pluggable/ftp.h b/TAO/orbsvcs/tests/AVStreams/Pluggable/ftp.h
index 386dd169b7f..a7c7b0fcab3 100644
--- a/TAO/orbsvcs/tests/AVStreams/Pluggable/ftp.h
+++ b/TAO/orbsvcs/tests/AVStreams/Pluggable/ftp.h
@@ -89,13 +89,13 @@ public:
int init (int argc,
char **argv
- TAO_ENV_ARG_DECL_NOT_USED);
+ ACE_ENV_ARG_DECL_NOT_USED);
// Method to initialize the various data components.
void set_protocol_object (TAO_AV_Protocol_Object *protocol_object);
// Set the protocol object corresponding to the transport protocol chosen.
- int pace_data (TAO_ENV_SINGLE_ARG_DECL_NOT_USED);
+ int pace_data (ACE_ENV_SINGLE_ARG_DECL_NOT_USED);
// Method to pace and send data from a file.
FILE *file (void);
@@ -114,7 +114,7 @@ private:
int parse_args (int argc, char **argv);
// Method to parse the command line arguments.
- int bind_to_server (TAO_ENV_SINGLE_ARG_DECL);
+ int bind_to_server (ACE_ENV_SINGLE_ARG_DECL);
// Method that binds the ftp client to the server
ENDPOINT_STRATEGY endpoint_strategy_;