summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-07-30 21:16:11 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-07-30 21:16:11 +0000
commit0e65686dfc101ec569634838ca58719ffdd7b2fc (patch)
tree232c71b17a71b490e057e989409bdfadadd5c226
parent34eb2e7b40c591414ce37a28fa215b58df1cb1e5 (diff)
downloadATCD-0e65686dfc101ec569634838ca58719ffdd7b2fc.tar.gz
ChangeLogTag: Sun Jul 30 16:13:37 2000 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a8
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Notify_Default_Collection_Factory.cpp1
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Notify_Default_Collection_Factory.h1
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Notify_Event_Manager.h2
4 files changed, 10 insertions, 2 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 8ff15d00985..3fe8b285428 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,11 @@
+Sun Jul 30 16:13:37 2000 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * orbsvcs/orbsvcs/Notify/Notify_Collection.h:
+ * orbsvcs/orbsvcs/Notify/Notify_Default_Collection_Factory.h:
+ * orbsvcs/orbsvcs/Notify/Notify_Default_Collection_Factory.cpp:
+
+ Should fix the rest of the problems in vxworks compilation.
+
Sun Jul 30 09:15:13 2000 Balachandran Natarajan <bala@cs.wustl.edu>
* orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp (get_stream_endpoint):
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Notify_Default_Collection_Factory.cpp b/TAO/orbsvcs/orbsvcs/Notify/Notify_Default_Collection_Factory.cpp
index 7112efe9dc5..d0edf64051a 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Notify_Default_Collection_Factory.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Notify_Default_Collection_Factory.cpp
@@ -5,7 +5,6 @@
#include "orbsvcs/ESF/ESF_Immediate_Changes.h"
#include "orbsvcs/ESF/ESF_Proxy_List.h"
#include "Notify_Event.h"
-#include "Notify_Listeners.h"
#include "Notify_Factory.h"
ACE_RCSID(Notify, Notify_Default_Collection_Factory, "$Id$")
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Notify_Default_Collection_Factory.h b/TAO/orbsvcs/orbsvcs/Notify/Notify_Default_Collection_Factory.h
index b25a55d1243..fb11e21ed11 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Notify_Default_Collection_Factory.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Notify_Default_Collection_Factory.h
@@ -22,6 +22,7 @@
#include "ace/pre.h"
#include "Notify_Collection_Factory.h"
#include "notify_export.h"
+#include "Notify_Listeners.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Notify_Event_Manager.h b/TAO/orbsvcs/orbsvcs/Notify/Notify_Event_Manager.h
index feab9dd8522..4ec0f39269e 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Notify_Event_Manager.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Notify_Event_Manager.h
@@ -28,6 +28,7 @@
#include "orbsvcs/ESF/ESF_Worker.h"
#include "Notify_Collection.h"
#include "notify_export.h"
+#include "Notify_Listeners.h"
class TAO_Notify_EventChannel_i;
class TAO_Notify_Event;
@@ -36,7 +37,6 @@ class TAO_Notify_Event_Map;
class TAO_Notify_Update_Dispatcher;
class TAO_Notify_EventSource;
class TAO_Notify_EventListener;
-class TAO_Notify_UpdateListener;
class TAO_Notify_Worker_Task;
class TAO_Notify_EMO_Factory;
class TAO_Notify_Event_Processor;