summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-19 21:38:29 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-19 21:38:29 +0000
commit16f613c0c852357a97b6c793f183b432aa26c251 (patch)
tree331d00074f3f7e2803c97a3fb6fa6391456dac1d
parent1b971fb0e736c3e157c3073d22f491b2d73235b3 (diff)
downloadATCD-16f613c0c852357a97b6c793f183b432aa26c251.tar.gz
Changed <exception PropertyException> to <struct PropertyException>
-rw-r--r--TAO/orbsvcs/orbsvcs/CosPropertyService.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosPropertyService.idl b/TAO/orbsvcs/orbsvcs/CosPropertyService.idl
index b3dfc3dce48..95bfaf13719 100644
--- a/TAO/orbsvcs/orbsvcs/CosPropertyService.idl
+++ b/TAO/orbsvcs/orbsvcs/CosPropertyService.idl
@@ -98,7 +98,7 @@ module CosPropertyService
read_only_property
};
- exception PropertyException
+ struct PropertyException
{
ExceptionReason reason;
PropertyName failing_property_name;