summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-20 23:42:21 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-20 23:42:21 +0000
commit177509dc21aaba2d94e850b588e307019c4636e9 (patch)
tree961344042c2d6a7af92742423d5a57700f6bd23f
parentad8c27b118065ac753613efc42329ab72284a8d9 (diff)
downloadATCD-177509dc21aaba2d94e850b588e307019c4636e9.tar.gz
*** empty log message ***
-rw-r--r--TAO/orbsvcs/orbsvcs/CosPropertyService.idl8
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosPropertyService.idl b/TAO/orbsvcs/orbsvcs/CosPropertyService.idl
index f38224143f3..55b81f81000 100644
--- a/TAO/orbsvcs/orbsvcs/CosPropertyService.idl
+++ b/TAO/orbsvcs/orbsvcs/CosPropertyService.idl
@@ -102,14 +102,12 @@ module CosPropertyService
ExceptionReason reason;
PropertyName failing_property_name;
};
-
- // @@
- // typedef sequence<PropertyException> PropertyExceptions;
+
+ typedef sequence<PropertyException> PropertyExceptions;
exception MultipleExceptions
{
- // @@
- // PropertyExceptions exceptions;
+ PropertyExceptions exceptions;
};
// = Interface Definitions.