summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-11-28 14:00:07 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-11-28 14:00:07 +0000
commit8a529c40bf8df188111e5f92d79d3e4ebb744f39 (patch)
tree5903b5c7076c31ddd6dfb0f39df0285fab5865ca
parenta79ac742c2ef3ab9e280117e73f2e44dcf7c5428 (diff)
downloadATCD-8a529c40bf8df188111e5f92d79d3e4ebb744f39.tar.gz
ChangeLogTag: Thu Nov 28 07:57:12 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog9
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Admin.h1
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/EventChannel.h2
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/EventChannelFactory.h2
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Proxy.h1
5 files changed, 13 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index b213bc61404..8e35b9be4be 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,12 @@
+Thu Nov 28 07:57:12 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
+
+ * orbsvcs/orbsvcs/Notify/Admin.h:
+ * orbsvcs/orbsvcs/Notify/EventChannel.h:
+ * orbsvcs/orbsvcs/Notify/EventChannelFactory.h:
+ * orbsvcs/orbsvcs/Notify/Proxy.h: Added missing includes to
+ compile a bit better on VC 7.0. Thanks to Tommy Andreasen
+ <tommy.andreasen@radiometer.dk> for providing patches.
+
Thu Nov 28 07:40:16 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
* tests/OBV/TC_Alignment/server.cpp: Fixed fuzz errors.
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Admin.h b/TAO/orbsvcs/orbsvcs/Notify/Admin.h
index 81e3e24479e..001707b4dcc 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Admin.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Admin.h
@@ -22,6 +22,7 @@
#include "Container_T.h"
#include "FilterAdmin.h"
#include "EventTypeSeq.h"
+#include "EventChannel.h"
class TAO_NS_Proxy;
class TAO_NS_EventChannel;
diff --git a/TAO/orbsvcs/orbsvcs/Notify/EventChannel.h b/TAO/orbsvcs/orbsvcs/Notify/EventChannel.h
index 890acc408fe..32435ec29a8 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/EventChannel.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/EventChannel.h
@@ -24,9 +24,9 @@
#include "Container_T.h"
#include "Destroy_Callback.h"
#include "AdminProperties.h"
+#include "EventChannelFactory.h"
class TAO_NS_Admin;
-class TAO_NS_EventChannelFactory;
#if defined(_MSC_VER)
#if (_MSC_VER >= 1200)
diff --git a/TAO/orbsvcs/orbsvcs/Notify/EventChannelFactory.h b/TAO/orbsvcs/orbsvcs/Notify/EventChannelFactory.h
index 2cd508f45f3..1e07bca6ba5 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/EventChannelFactory.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/EventChannelFactory.h
@@ -22,8 +22,8 @@
#include "orbsvcs/CosNotifyChannelAdminS.h"
#include "Container_T.h"
#include "Destroy_Callback.h"
+#include "Notify_Service.h"
-class TAO_NS_Notify_Service;
class TAO_NS_EventChannel;
#if defined(_MSC_VER)
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Proxy.h b/TAO/orbsvcs/orbsvcs/Notify/Proxy.h
index 13956931850..47de5d5e30b 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Proxy.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Proxy.h
@@ -22,6 +22,7 @@
#include "Object_T.h"
#include "EventTypeSeq.h"
#include "FilterAdmin.h"
+#include "Admin.h"
class TAO_NS_Admin;
class TAO_NS_Peer;