summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-06-18 03:30:40 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-06-18 03:30:40 +0000
commit1a4131d77eef6122f48dd33b40b7938be580d656 (patch)
treee270d09ec4bf1ce866e847bf43998e598b34fc24
parent1708bb350d298043acc7c4ba07021bf03865ea34 (diff)
downloadATCD-1a4131d77eef6122f48dd33b40b7938be580d656.tar.gz
Fri Jun 18 03:30:20 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
* DAnCE/LocalityManager/Scheduler/Deployment_Event.inl: * DAnCE/LocalityManager/Scheduler/Deployment_Event.cpp: * DAnCE/LocalityManager/Scheduler/Plugin_Manager.cpp: Fuzz.
-rw-r--r--CIAO/ChangeLog8
-rw-r--r--CIAO/DAnCE/LocalityManager/Scheduler/Deployment_Event.cpp2
-rw-r--r--CIAO/DAnCE/LocalityManager/Scheduler/Deployment_Event.inl1
-rw-r--r--CIAO/DAnCE/LocalityManager/Scheduler/Plugin_Manager.cpp4
4 files changed, 12 insertions, 3 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 31de2cb476f..7c25c7276b4 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,11 @@
+Fri Jun 18 03:30:20 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
+
+ * DAnCE/LocalityManager/Scheduler/Deployment_Event.inl:
+ * DAnCE/LocalityManager/Scheduler/Deployment_Event.cpp:
+ * DAnCE/LocalityManager/Scheduler/Plugin_Manager.cpp:
+
+ Fuzz.
+
Fri Jun 18 03:25:00 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
* DAnCE/LocalityManager/Scheduler/Deployment_Completion.h:
diff --git a/CIAO/DAnCE/LocalityManager/Scheduler/Deployment_Event.cpp b/CIAO/DAnCE/LocalityManager/Scheduler/Deployment_Event.cpp
index b58189c9c55..7a5ab66d3d7 100644
--- a/CIAO/DAnCE/LocalityManager/Scheduler/Deployment_Event.cpp
+++ b/CIAO/DAnCE/LocalityManager/Scheduler/Deployment_Event.cpp
@@ -1,4 +1,4 @@
-
+// $Id$
#if !defined (__ACE_INLINE__)
#include "LocalityManager/Scheduler/Deployment_Event.inl"
#endif
diff --git a/CIAO/DAnCE/LocalityManager/Scheduler/Deployment_Event.inl b/CIAO/DAnCE/LocalityManager/Scheduler/Deployment_Event.inl
index ba36246657b..acb12d1f684 100644
--- a/CIAO/DAnCE/LocalityManager/Scheduler/Deployment_Event.inl
+++ b/CIAO/DAnCE/LocalityManager/Scheduler/Deployment_Event.inl
@@ -1,3 +1,4 @@
+// $Id$
#ifndef DEPLOYMENT_EVENT_INL
#define DEPLOYMENT_EVENT_INL
diff --git a/CIAO/DAnCE/LocalityManager/Scheduler/Plugin_Manager.cpp b/CIAO/DAnCE/LocalityManager/Scheduler/Plugin_Manager.cpp
index dcddf2ee7d4..63cd4594680 100644
--- a/CIAO/DAnCE/LocalityManager/Scheduler/Plugin_Manager.cpp
+++ b/CIAO/DAnCE/LocalityManager/Scheduler/Plugin_Manager.cpp
@@ -125,7 +125,7 @@ namespace DAnCE
entrypoint,
ex._info ().c_str ()));
throw ::Deployment::PlanError (ACE_TEXT_ALWAYS_CHAR (artifact),
- ex._info ().c_str ());
+ ex._info ().c_str ());
}
catch (...)
{
@@ -135,7 +135,7 @@ namespace DAnCE
artifact,
entrypoint));
throw ::Deployment::PlanError (ACE_TEXT_ALWAYS_CHAR (artifact),
- "Unknown C++ exception during handler configuration\n");
+ "Unknown C++ exception during handler configuration\n");
}
}