From bd306c1a158d07c2cb596e708529bb2eb1d9fe42 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 6 Feb 2004 13:33:45 +0000 Subject: ChangeLogTag: Fri Feb 6 13:30:11 UTC 2004 Johnny Willemsen --- TAO/ChangeLog | 8 ++++++++ TAO/docs/tutorials/Quoter/Event_Service/Stock_Consumer.h | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 29583d8b569..9db7e86f013 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,11 @@ +Fri Feb 6 13:30:11 UTC 2004 Johnny Willemsen + + * examples/Advanced/ch_18/server.cpp: + * docs/tutorials/Quoter/Naming_Service/server.cpp: + * docs/tutorials/Quoter/RT_Event_Service/server.cpp: + * docs/tutorials/Quoter/Event_Service/server.cpp: + Fixed include path + Fri Feb 6 12:58:33 UTC 2004 Johnny Willemsen * orbsvcs/orbsvcs/Runtime_Scheduler.h: diff --git a/TAO/docs/tutorials/Quoter/Event_Service/Stock_Consumer.h b/TAO/docs/tutorials/Quoter/Event_Service/Stock_Consumer.h index d5de84958cd..b880122709a 100644 --- a/TAO/docs/tutorials/Quoter/Event_Service/Stock_Consumer.h +++ b/TAO/docs/tutorials/Quoter/Event_Service/Stock_Consumer.h @@ -5,8 +5,8 @@ #ifndef TAO_TUTORIALS_QUOTER_EVENT_SERVICE_STOCK_CONSUMER_H #define TAO_TUTORIALS_QUOTER_EVENT_SERVICE_STOCK_CONSUMER_H -#include -#include +#include +#include class Stock_Consumer : public POA_CosEventComm::PushConsumer { public: -- cgit v1.2.1