summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Simple_Three_Stage/distributer.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-12-08 21:59:30 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-12-08 21:59:30 +0000
commit63165b00e2d667e39e15cf084128d94a563d484e (patch)
tree6939cf1ed0a80ce8a3224d33f3d23c0e1b9a517f /TAO/orbsvcs/tests/AVStreams/Simple_Three_Stage/distributer.h
parent6579bccb3a3f22f882ef908ad5f7e1a65b00b133 (diff)
downloadATCD-63165b00e2d667e39e15cf084128d94a563d484e.tar.gz
Merged corba-env-clean branch.
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Simple_Three_Stage/distributer.h')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Simple_Three_Stage/distributer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Simple_Three_Stage/distributer.h b/TAO/orbsvcs/tests/AVStreams/Simple_Three_Stage/distributer.h
index 061b5154500..8f003e75fd5 100644
--- a/TAO/orbsvcs/tests/AVStreams/Simple_Three_Stage/distributer.h
+++ b/TAO/orbsvcs/tests/AVStreams/Simple_Three_Stage/distributer.h
@@ -115,13 +115,13 @@ public:
// Destructor.
int init (int argc,
- char **argv,
- CORBA::Environment &);
+ char **argv
+ TAO_ENV_ARG_DECL_NOT_USED);
// Initialize data components.
void bind_to_mmdevice (AVStreams::MMDevice_ptr &mmdevice,
- const ACE_CString &mmdevice_name,
- CORBA::Environment &ACE_TRY_ENV);
+ const ACE_CString &mmdevice_name
+ TAO_ENV_ARG_DECL);
// Resolve the reference of the mmdevice from the naming service.
TAO_StreamCtrl *receiver_streamctrl (void);