summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/examples/RTScheduling/DT_Creator.cpp1
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 797b1485d22..302ad59b375 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Mon Jul 28 14:04:10 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * examples/RTScheduling/DT_Creator.cpp:
+ Removed leftover inclusion of Task.h file that was causing
+ compile errors.
+
Mon Jul 28 13:52:13 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.h:
diff --git a/TAO/examples/RTScheduling/DT_Creator.cpp b/TAO/examples/RTScheduling/DT_Creator.cpp
index 0609cddf0b7..ec2e5f07799 100644
--- a/TAO/examples/RTScheduling/DT_Creator.cpp
+++ b/TAO/examples/RTScheduling/DT_Creator.cpp
@@ -6,7 +6,6 @@
#include "tao/ORB_Core.h"
#include "Task_Stats.h"
#include "ace/High_Res_Timer.h"
-#include "Task.h"
#include "DT_Creator.h"
#include "tao/RTScheduling/Current.h"