diff options
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. |