diff options
-rw-r--r-- | TAO/orbsvcs/orbsvcs/AVStreams.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AVStreams.idl b/TAO/orbsvcs/orbsvcs/AVStreams.idl index 1c7a2ed8618..9199eaebe1e 100644 --- a/TAO/orbsvcs/orbsvcs/AVStreams.idl +++ b/TAO/orbsvcs/orbsvcs/AVStreams.idl @@ -106,12 +106,12 @@ module AVStreams exception notSupported { // Used to indicate that an operation is not supported. - } + }; exception PropertyException { // Property exception: raised by VDev::configure (). - } + }; exception FPError { |