summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/AV/Flows_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/AV/Flows_T.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/Flows_T.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/Flows_T.h b/TAO/orbsvcs/orbsvcs/AV/Flows_T.h
index f4790cd354e..f2a0fc87f9c 100644
--- a/TAO/orbsvcs/orbsvcs/AV/Flows_T.h
+++ b/TAO/orbsvcs/orbsvcs/AV/Flows_T.h
@@ -30,17 +30,17 @@ class TAO_FDev :
{
public:
/// default constructor
- TAO_FDev (void);
+ TAO_FDev ();
/// constructor taking a flowname.
TAO_FDev (const char *flowname);
/// Destructor..
- ~TAO_FDev (void);
+ ~TAO_FDev ();
/// set/get the flowname.
/// create a flow producer object.
- const char *flowname (void);
+ const char *flowname ();
void flowname (const char *flowname);
AVStreams::FlowProducer_ptr create_producer (AVStreams::FlowConnection_ptr the_requester,
AVStreams::QoS & the_qos,