summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsumedh <sumedh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-27 04:43:17 +0000
committersumedh <sumedh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-27 04:43:17 +0000
commitf50ac1c878e43f473a0e4dfc753d6f460603b466 (patch)
tree9878dafb749c9a9fe1d224e1691f963961fe817e
parentad1ac2efa5f0b33c12fd7bdca4cc87be8867fad7 (diff)
downloadATCD-f50ac1c878e43f473a0e4dfc753d6f460603b466.tar.gz
*** empty log message ***
-rw-r--r--TAO/orbsvcs/orbsvcs/AVStreams.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AVStreams.idl b/TAO/orbsvcs/orbsvcs/AVStreams.idl
index 1c107e734a8..e38c325330d 100644
--- a/TAO/orbsvcs/orbsvcs/AVStreams.idl
+++ b/TAO/orbsvcs/orbsvcs/AVStreams.idl
@@ -116,9 +116,9 @@ module AVStreams
oneway void push_event (in streamEvent the_event);
void set_FPStatus (in flowSpec the_spec,
- in string fp_name, // Only SFP1.0 currently
- // specified
- in any fp_settings) // Currently SFP accepts
+ in string fp_name, // Only SFP1.0 currently
+ // specified
+ in any fp_settings) // Currently SFP accepts
// SFPStatus structure
raises (noSuchFlow,
FPError);