summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-07-23 00:48:03 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-07-23 00:48:03 +0000
commitb38c2dbc95a287444923ffae4feab3388bd18499 (patch)
treea07baddb1767e997a72747a37f0502bd3df69b2a
parent63627c578762afb06606b5f5e79fedafadeb9357 (diff)
downloadATCD-b38c2dbc95a287444923ffae4feab3388bd18499.tar.gz
ChangeLogTag:Mon Jul 22 17:46:19 2002 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/PG_Default_Property_Validator.h3
2 files changed, 9 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 79a8fc9a485..3bddadc4474 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Mon Jul 22 17:46:19 2002 Ossama Othman <ossama@uci.edu>
+
+ * orbsvcs/orbsvcs/PortableGroup/PG_Default_Property_Validator.h
+ (validate_criteria):
+
+ Added missing "ACE_ENV_ARG_DECL" emulated exception macro.
+
Mon Jul 22 19:12:20 2002 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/be/be_visitor_field/cdr_op_ci.cpp:
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Default_Property_Validator.h b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Default_Property_Validator.h
index f3aa3b06049..3d05109e36f 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Default_Property_Validator.h
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Default_Property_Validator.h
@@ -49,7 +49,8 @@ public:
/// Validate the given properties/criteria. All criteria
/// will be validated regardless of whether or not an invalid
/// property was encountered.
- void validate_criteria (const PortableGroup::Properties & criteria)
+ void validate_criteria (const PortableGroup::Properties & criteria
+ ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException,
PortableGroup::InvalidCriteria,
PortableGroup::CannotMeetCriteria));