summaryrefslogtreecommitdiff
path: root/ace/Future.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-27 02:38:35 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-27 02:38:35 +0000
commit08ade6fe3b1efbc31137e468bdbf350fb9726a09 (patch)
treeb3dbf31dd0e3c25a3fd88f5a692e709dc36aec82 /ace/Future.h
parent58c2ddf3420b1730c5f6e27c3452abac803991e2 (diff)
downloadATCD-08ade6fe3b1efbc31137e468bdbf350fb9726a09.tar.gz
ChangeLogTag:Mon Jul 26 20:50:37 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Future.h')
-rw-r--r--ace/Future.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Future.h b/ace/Future.h
index 0fae99ee716..184eb08f462 100644
--- a/ace/Future.h
+++ b/ace/Future.h
@@ -145,6 +145,9 @@ private:
// = Encapsulate reference count and object lifetime of instances.
+ // These methods must go after the others to work around a bug with
+ // Borland's C++ Builder...
+
static ACE_Future_Rep<T> *create (void);
// Create a ACE_Future_Rep<T> and initialize the reference count.