summaryrefslogtreecommitdiff
path: root/apps/Orbix-Examples/Event_Comm
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-30 00:33:43 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-30 00:33:43 +0000
commit2d27f44666189e87ff27436b35a0dd002a0cdfd7 (patch)
treedd496dde3c016a1db5d3882e1dc40c9af7e9aaf8 /apps/Orbix-Examples/Event_Comm
parent8460f65dd042d52eaaa80acfef7f288ab4ceb27a (diff)
downloadATCD-2d27f44666189e87ff27436b35a0dd002a0cdfd7.tar.gz
Eon
Diffstat (limited to 'apps/Orbix-Examples/Event_Comm')
-rw-r--r--apps/Orbix-Examples/Event_Comm/Consumer/consumer.cpp2
-rw-r--r--apps/Orbix-Examples/Event_Comm/Supplier/supplier.cpp2
-rw-r--r--apps/Orbix-Examples/Event_Comm/libsrc/Notification_Receiver_i.cpp2
-rw-r--r--apps/Orbix-Examples/Event_Comm/libsrc/Notifier_i.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/apps/Orbix-Examples/Event_Comm/Consumer/consumer.cpp b/apps/Orbix-Examples/Event_Comm/Consumer/consumer.cpp
index 48a1bed18d7..73717f66bd3 100644
--- a/apps/Orbix-Examples/Event_Comm/Consumer/consumer.cpp
+++ b/apps/Orbix-Examples/Event_Comm/Consumer/consumer.cpp
@@ -3,7 +3,7 @@
// Consumer driver for the Orbix Notification example.
-#include "ace/Log_Msg.h"
+
#include "Notification_Receiver_Handler.h"
#include "Input_Handler.h"
diff --git a/apps/Orbix-Examples/Event_Comm/Supplier/supplier.cpp b/apps/Orbix-Examples/Event_Comm/Supplier/supplier.cpp
index 9ab51f8ad5e..0b818020e2c 100644
--- a/apps/Orbix-Examples/Event_Comm/Supplier/supplier.cpp
+++ b/apps/Orbix-Examples/Event_Comm/Supplier/supplier.cpp
@@ -7,7 +7,7 @@
// (under the name 'logger') using the 'putit' command.
#include "ace/Service_Config.h"
-#include "ace/Log_Msg.h"
+
#include "Notifier_Handler.h"
#include "Input_Handler.h"
diff --git a/apps/Orbix-Examples/Event_Comm/libsrc/Notification_Receiver_i.cpp b/apps/Orbix-Examples/Event_Comm/libsrc/Notification_Receiver_i.cpp
index 3dc5bc535be..57fb7cf8f91 100644
--- a/apps/Orbix-Examples/Event_Comm/libsrc/Notification_Receiver_i.cpp
+++ b/apps/Orbix-Examples/Event_Comm/libsrc/Notification_Receiver_i.cpp
@@ -1,4 +1,4 @@
-#include "ace/Log_Msg.h"
+
// $Id$
#include "ace/Service_Config.h"
diff --git a/apps/Orbix-Examples/Event_Comm/libsrc/Notifier_i.cpp b/apps/Orbix-Examples/Event_Comm/libsrc/Notifier_i.cpp
index 78b575025f4..192a0aaab2a 100644
--- a/apps/Orbix-Examples/Event_Comm/libsrc/Notifier_i.cpp
+++ b/apps/Orbix-Examples/Event_Comm/libsrc/Notifier_i.cpp
@@ -1,4 +1,4 @@
-#include "ace/Log_Msg.h"
+
// $Id$
#include "Notification_Receiver_i.h"