summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-11-04 18:25:30 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-11-04 18:25:30 +0000
commitab1bd3de39dce624ebf1669c05574804c376efb5 (patch)
tree0f3809ecbc4a59615aeaedc2913e1e58f3dcb39f
parent09b46f7263e5fcb6d34c7f0af1a44aa8a592bd26 (diff)
downloadATCD-ab1bd3de39dce624ebf1669c05574804c376efb5.tar.gz
ChangeLogTag: Mon Nov 4 12:24:51 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.h3
2 files changed, 9 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 66a3656a435..962d903634e 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Mon Nov 4 12:24:51 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
+
+ * orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.h: Added a
+ missing exception specification from the definition to the
+ declaration of create_member (). This should fix compile errors
+ on Linux builds.
+
Mon Nov 04 11:10:14 2002 Pradeep Gore <pradeep@oomworks.com>
* orbsvcs/orbsvcs/Notify/Notify_Service.cpp:
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.h b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.h
index d0d89838dea..e42b0a411bd 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.h
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.h
@@ -152,7 +152,8 @@ public:
PortableGroup::ObjectNotCreated,
PortableGroup::InvalidCriteria,
PortableGroup::InvalidProperty,
- PortableGroup::CannotMeetCriteria));
+ PortableGroup::CannotMeetCriteria,
+ PortableGroup::MemberAlreadyPresent));
private: