diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-27 02:38:35 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-27 02:38:35 +0000 |
commit | 08ade6fe3b1efbc31137e468bdbf350fb9726a09 (patch) | |
tree | b3dbf31dd0e3c25a3fd88f5a692e709dc36aec82 /ace/Future.h | |
parent | 58c2ddf3420b1730c5f6e27c3452abac803991e2 (diff) | |
download | ATCD-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.h | 3 |
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. |