diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-12-02 08:16:43 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-12-02 08:16:43 +0000 |
commit | 8b0a87092b1ea3a8bacef89ea4f38bf3300de8f6 (patch) | |
tree | fd380aecca83d161570bcb6ef78997a8b2560b36 /TAO/orbsvcs/tests | |
parent | 24e46e92c41645b799fd0bc46d156f37216bfc2c (diff) | |
download | ATCD-8b0a87092b1ea3a8bacef89ea4f38bf3300de8f6.tar.gz |
ChangeLogTag: Tue Dec 2 08:16:12 UTC Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests')
-rw-r--r-- | TAO/orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/sender.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/sender.h b/TAO/orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/sender.h index fdebfea64e0..8a41bdeb0da 100644 --- a/TAO/orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/sender.h +++ b/TAO/orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/sender.h @@ -76,7 +76,7 @@ private: int parse_args (int argc, char **argv); // Method to parse the command line arguments. - int bind_to_receiver (ACE_ENV_ARG_DECL); + int bind_to_receiver (ACE_ENV_SINGLE_ARG_DECL); // Method that binds the sender to the receiver. SENDER_ENDPOINT_STRATEGY endpoint_strategy_; |