summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-02-01 04:33:17 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-02-01 04:33:17 +0000
commitd9610c701bbb3b82abdaf2c8b1b2dd8a35ea3607 (patch)
treef76f30660862b3460e1237fb4ae997f7eb911ecd
parentd58262b52cb8857af36ce384f4ffceb58ca727eb (diff)
downloadATCD-d9610c701bbb3b82abdaf2c8b1b2dd8a35ea3607.tar.gz
Wed Feb 1 04:32:38 UTC 2006 William Otte <wotte@dre.vanderbilt.edu>
-rw-r--r--TAO/CIAO/ChangeLog17
-rw-r--r--TAO/CIAO/RACE/Planner_Manager/Component/Planner_Manager.idl3
2 files changed, 20 insertions, 0 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index a214ffb8054..5cbd21d8344 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,3 +1,20 @@
+Wed Feb 1 04:32:38 UTC 2006 William Otte <wotte@dre.vanderbilt.edu>
+
+ * RACE/Planner_Manager/Component/Planner_Manager.idl
+
+ Resolve a linking error on Windows.
+
+Tue Jan 31 23:33:23 UTC 2006 William Otte <wotte@dre.vanderbilt.edu>
+
+ * DAnCE/Old_Config_Handlers
+ * DAnCE/test/Config_Handlers_Tests
+
+ Removed deprecated config handlers.
+
+ * NEWS
+
+ Commented on this removal.
+
Tue Jan 31 21:51:52 UTC 2006 William Otte <wotte@dre.vanderbilt.edu>
* examples/Hello/descriptors/run_test.pl
diff --git a/TAO/CIAO/RACE/Planner_Manager/Component/Planner_Manager.idl b/TAO/CIAO/RACE/Planner_Manager/Component/Planner_Manager.idl
index 81f2211af90..24bc92644f5 100644
--- a/TAO/CIAO/RACE/Planner_Manager/Component/Planner_Manager.idl
+++ b/TAO/CIAO/RACE/Planner_Manager/Component/Planner_Manager.idl
@@ -5,6 +5,9 @@
#include <Components.idl>
#include "../Interface/Planner_Manager_I.idl"
+#include "../../Planners/Interface/Planner_I.idl"
+#include "../../Output_Adapters/Interface/PlanEgress.idl"
+
module CIAO
{
module RACE