summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-06-18 12:03:56 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-06-18 12:03:56 +0000
commit2fc6fbf8cd97817185b2e859179aa955f738f01d (patch)
treeb0da983995262610d18fc0be13fba17b5a607d1f
parent1d21a473269bf7373af0e1b86c5070a17e0246ef (diff)
downloadATCD-2fc6fbf8cd97817185b2e859179aa955f738f01d.tar.gz
Fri Jun 18 12:03:29 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
* DAnCE/LocalityManager/Scheduler/Deployment_Event.cpp: Compile fix for non-inline builds.
-rw-r--r--CIAO/ChangeLog6
-rw-r--r--CIAO/DAnCE/LocalityManager/Scheduler/Deployment_Event.cpp2
2 files changed, 8 insertions, 0 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 14bf4c5e790..2ace4a28264 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Fri Jun 18 12:03:29 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
+
+ * DAnCE/LocalityManager/Scheduler/Deployment_Event.cpp:
+
+ Compile fix for non-inline builds.
+
Fri Jun 18 11:40:01 UTC 2010 Marcel Smit <msmit@remedy.nl>
* connectors/dds4ccm/tutorials/Shapes/Tutorial/06_compilation.html:
diff --git a/CIAO/DAnCE/LocalityManager/Scheduler/Deployment_Event.cpp b/CIAO/DAnCE/LocalityManager/Scheduler/Deployment_Event.cpp
index 7a5ab66d3d7..616bc3052c5 100644
--- a/CIAO/DAnCE/LocalityManager/Scheduler/Deployment_Event.cpp
+++ b/CIAO/DAnCE/LocalityManager/Scheduler/Deployment_Event.cpp
@@ -1,4 +1,6 @@
// $Id$
+#include "Deployment_Event.h"
+
#if !defined (__ACE_INLINE__)
#include "LocalityManager/Scheduler/Deployment_Event.inl"
#endif