summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-03-02 20:14:23 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-03-02 20:14:23 +0000
commit7dc50da66af7e8aaf54d29d52f3b929e5e444f71 (patch)
treebc3d7f3b15a123520a4c4c77eb35e7ca342c26b7
parent30a0ab3875522c3d610c8d56ef784a8ec907bd11 (diff)
downloadATCD-7dc50da66af7e8aaf54d29d52f3b929e5e444f71.tar.gz
ChangeLogTag: Sun Mar 2 15:10:02 3003 Pradeep Gore <pradeep@oomworks.com>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Admin.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 693b0e89f0e..9d0a6d76b82 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Sun Mar 2 15:10:02 3003 Pradeep Gore <pradeep@oomworks.com>
+
+ * orbsvcs/orbsvcs/Notify/Admin.h:
+ Removed extra ";" on line 85 that is foxing the BCB compiler.
+ Thanks to Johnny Willemsen <jwillemsen@remedy.nl> for spotting this.
+
Sun Mar 2 10:04:54 2003 Ossama Othman <ossama@uci.edu>
* tao/DynamicAny/DynStruct_i.cpp (current_member_kind):
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Admin.h b/TAO/orbsvcs/orbsvcs/Notify/Admin.h
index 12228fb5a67..a456a774995 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Admin.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Admin.h
@@ -80,7 +80,7 @@ protected:
TAO_NS_EventChannel *ec_;
/// The Proxy Container.
- TAO_NS_Proxy_Container *proxy_container_;;
+ TAO_NS_Proxy_Container *proxy_container_;
/// The types that we've subscribed our proxy objects with the event manager.
TAO_NS_EventTypeSeq subscribed_types_;