summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-15 00:43:50 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-15 00:43:50 +0000
commita9c7dc061ba28aaf84c8ce5cd1177445f61425ba (patch)
treef36e81556bfed25bc8ba6742d5b365e9fdc91068 /TAO/orbsvcs
parente00390fbcdd4a8362e5629f8cf8a820b4b81e3fe (diff)
downloadATCD-a9c7dc061ba28aaf84c8ce5cd1177445f61425ba.tar.gz
Fixed the problems with ACE_THROW_SPEC.
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.h b/TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.h
index b397a7f4d8a..617c9461da3 100644
--- a/TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.h
+++ b/TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.h
@@ -147,7 +147,7 @@ public:
virtual void define_properties (const CosPropertyService::Properties &nproperties,
CORBA::Environment &env)
- ACE_THROW_SPEC (CosPropertyService::MultipleExceptions ());
+ ACE_THROW_SPEC ((CosPropertyService::MultipleExceptions));
// Define a sequence of properties at a time.
virtual CORBA::ULong get_number_of_properties (CORBA::Environment &env);
@@ -441,7 +441,7 @@ public:
virtual CosPropertyService::PropertySet_ptr
create_initial_propertyset (const CosPropertyService::Properties &initial_properties,
CORBA::Environment &env)
- ACE_THROW_SPEC ((CosPropertyService::MutlipleExceptions));
+ ACE_THROW_SPEC ((CosPropertyService::MultipleExceptions));
// Allows a client to create a new TAO_PropertySet with specific
// initial properties."All the properties will have *fixed-normal"
// modes".