summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2011-10-19 16:36:09 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2011-10-19 16:36:09 +0000
commitbc845f57d71759abbe4e49ca3b66fb0c10ccfb3a (patch)
tree4a5d3e2afe403b7d325b119963d53ff7cddccd4b
parentbb0c11b9d2ec24fe88f0c75b4ca744277f306b93 (diff)
downloadATCD-bc845f57d71759abbe4e49ca3b66fb0c10ccfb3a.tar.gz
Wed Oct 19 16:30:35 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>
* dance/DAnCE_Utility.h: Add missing export macro.
-rw-r--r--DAnCE/ChangeLog6
-rw-r--r--DAnCE/dance/DAnCE_Utility.h8
2 files changed, 10 insertions, 4 deletions
diff --git a/DAnCE/ChangeLog b/DAnCE/ChangeLog
index 27c7a497888..53de703386d 100644
--- a/DAnCE/ChangeLog
+++ b/DAnCE/ChangeLog
@@ -1,3 +1,9 @@
+Wed Oct 19 16:30:35 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>
+
+ * dance/DAnCE_Utility.h:
+
+ Add missing export macro.
+
Wed Oct 19 05:03:16 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>
* tools/Domain_Validator/Domain_Validator.mpc:
diff --git a/DAnCE/dance/DAnCE_Utility.h b/DAnCE/dance/DAnCE_Utility.h
index 5c9965f483d..b8747574baa 100644
--- a/DAnCE/dance/DAnCE_Utility.h
+++ b/DAnCE/dance/DAnCE_Utility.h
@@ -60,10 +60,10 @@ namespace DAnCE
const ::Deployment::SatisfierProperties &properties,
T &val);
- bool get_resource_value (const char *type,
- const ::Deployment::Resources &resources,
- ::Deployment::Resource &val);
-
+ DANCE_STUB_Export bool get_resource_value (const char *type,
+ const ::Deployment::Resources &resources,
+ ::Deployment::Resource &val);
+
template<class T>
void
update_property_value (const char *name,