summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-10 00:37:56 +0000
committernaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-10 00:37:56 +0000
commitb4eb844a0bb84ba7821df76c0e6536e1b0c17bed (patch)
tree0900e672d053ca67a4f019cf9c323a66a16b3ee1
parent71222a353d847b6bed7ce52331b81de9eeb4f0f4 (diff)
downloadATCD-b4eb844a0bb84ba7821df76c0e6536e1b0c17bed.tar.gz
*** empty log message ***
-rw-r--r--TAO/orbsvcs/orbsvcs/AVStreams.idl21
1 files changed, 10 insertions, 11 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AVStreams.idl b/TAO/orbsvcs/orbsvcs/AVStreams.idl
index 2ebf404f08c..077651019cb 100644
--- a/TAO/orbsvcs/orbsvcs/AVStreams.idl
+++ b/TAO/orbsvcs/orbsvcs/AVStreams.idl
@@ -173,8 +173,8 @@ module AVStreams
// flow.
void set_FPStatus (in flowSpec the_spec,
- in string fp_name,
- in any fp_settings)
+ in string fp_name,
+ in any fp_settings)
raises (noSuchFlow,
FPError);
// Used to control the flow protocol parameters.
@@ -263,20 +263,20 @@ module AVStreams
interface MCastConfigIf : CosPropertyService::PropertySet{
// = DESCRIPTION
- // Multicasting operations are not supported yet.
+ // Interface for multicasting operations.
boolean set_peer (in Object peer,
inout streamQoS the_qos,
in flowSpec the_spec)
raises (QoSRequestFailed,
streamOpFailed);
- // Multicasting operations are not supported yet.
+ // Set a peer in the multicast tree.
void configure (in CosPropertyService::Property a_configuration);
- // Multicasting operations are not supported yet.
+ // Configure the multicast stream.
void set_initial_configuration (in CosPropertyService::Properties initial);
- // Multicasting operations are not supported yet.
+ // Sets the initial configuration to be used for all added peers.
// Uses <format_name> standardised by OMG and IETF
void set_format (in string flowName,
@@ -646,7 +646,7 @@ module AVStreams
// control, if one is required
string go_to_listen(inout AVStreams::QoS the_qos,
in boolean is_mcast,
- in FlowProducer peer,
+ in FlowEndPoint peer,
inout string flowProtocol)// syntax <flowProtocol>
// The out value of flowProtocol contains SFP version
// supported and all options including "Credit".
@@ -661,12 +661,11 @@ module AVStreams
in string address,
in string use_flow_protocol)
raises (failedToConnect,
- AVStreams::notSupported,
- AVStreams::FPError,
- AVStreams::QoSRequestFailed);
+ AVStreams::notSupported,
+ AVStreams::FPError,
+ AVStreams::QoSRequestFailed);
string get_rev_channel(in string pcol_name);
-
void set_key(in AVStreams::key the_key);
void set_source_id(in long source_id);
};