summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-02-24 14:37:12 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-02-24 14:37:12 +0000
commit0fe8b27281cb8486c5003f569e0dd8abdbb15b3b (patch)
treeb8e617d96325537c5148bd8c38e82e6185772a9f
parent6070ca3c2ffdcac8623e451078654f90906abefd (diff)
downloadATCD-0fe8b27281cb8486c5003f569e0dd8abdbb15b3b.tar.gz
Wed Feb 24 14:36:37 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
-rw-r--r--CIAO/ChangeLog6
-rw-r--r--CIAO/DAnCE/tools/Split_Plan/Split_Plan_impl.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 4f4b7446b5c..50dca549ee0 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Feb 24 14:36:37 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
+
+ * DAnCE/tools/Split_Plan/Split_Plan_impl.h:
+
+ Fuzz fix.
+
Wed Feb 24 13:21:52 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* connectors/dds4ccm/idl/dds_rtf2_dcps.idl:
diff --git a/CIAO/DAnCE/tools/Split_Plan/Split_Plan_impl.h b/CIAO/DAnCE/tools/Split_Plan/Split_Plan_impl.h
index 0ed4a92b724..a9867eb086d 100644
--- a/CIAO/DAnCE/tools/Split_Plan/Split_Plan_impl.h
+++ b/CIAO/DAnCE/tools/Split_Plan/Split_Plan_impl.h
@@ -22,7 +22,7 @@ namespace DAnCE
typedef ACE_Map_Manager<ACE_CString, Deployment::DeploymentPlan, ACE_Null_Mutex> TNodePlans;
Split_Plan (const Deployment::DeploymentPlan &plan,
- TNodePlans &sub_plans);
+ TNodePlans &sub_plans);
void split_plan ();