summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-11-03 16:19:52 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-11-03 16:19:52 +0000
commit50188da9556b1f2894c31b5ee331efe5b18ae367 (patch)
treef2803a7fabfb4013dad5c4bbdbf60ae2aad8c086
parent5c8b6153bfc45006cb922dc13d3697323856eb5b (diff)
downloadATCD-50188da9556b1f2894c31b5ee331efe5b18ae367.tar.gz
ChangeLogTag: Sun Nov 3 10:18:15 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Notify_Service.cpp7
2 files changed, 10 insertions, 3 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 07b4f4ec129..07eb61408a0 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Sun Nov 3 10:18:15 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
+
+ * orbsvcs/orbsvcs/Notify/Notify_Service.cpp: Fixed a compile error
+ with minimum builds. Rearranged includes to have local includes
+ first.
+
Sun Nov 03 11:00:27 2002 Pradeep Gore <pradeep@oomworks.com>
* orbsvcs/orbsvcs/CosNotification.bor:
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Notify_Service.cpp b/TAO/orbsvcs/orbsvcs/Notify/Notify_Service.cpp
index 9a0b2c686e0..0822f72b265 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Notify_Service.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Notify_Service.cpp
@@ -1,13 +1,14 @@
// $Id$
#include "Notify_Service.h"
+#include "Builder.h"
+#include "Properties.h"
+#include "Factory.h"
#include "ace/Sched_Params.h"
#include "ace/Arg_Shifter.h"
#include "tao/ORB_Core.h"
-#include "Builder.h"
-#include "Properties.h"
-#include "Factory.h"
+#include "tao/debug.h"
ACE_RCSID(RT_Notify, TAO_NS_Notify_Service, "$Id$")