summaryrefslogtreecommitdiff
path: root/ace/Future.h
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-19 10:17:34 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-19 10:17:34 +0000
commite30fa12aeaa23d04b2de63a70096a7f4d9ee8354 (patch)
tree9a52df1a0850a8f5cfec9df8b563000dfa5fe136 /ace/Future.h
parent9f89dac719ba02112164516b973bc7d7c5dfcc26 (diff)
downloadATCD-e30fa12aeaa23d04b2de63a70096a7f4d9ee8354.tar.gz
ChangeLogTag: Wed Sep 19 12:00:04 2001 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Future.h')
-rw-r--r--ace/Future.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Future.h b/ace/Future.h
index 594a3a451f7..4d5da0f034a 100644
--- a/ace/Future.h
+++ b/ace/Future.h
@@ -40,7 +40,7 @@ template <class T> class ACE_Future;
* @brief Implementation of object which has holds ACE_Future.
*/
template <class T>
-class ACE_Export ACE_Future_Holder
+class ACE_Future_Holder
{
public:
ACE_Future_Holder (const ACE_Future<T> &future);