diff options
author | kircher_m <kircher_m@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-11-21 17:34:50 +0000 |
---|---|---|
committer | kircher_m <kircher_m@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-11-21 17:34:50 +0000 |
commit | a7c4303bba0a6072735e28eec15d574360e46f08 (patch) | |
tree | 2e196eec58a3bae5f8ba02e6a182985951baef62 /ace/Future.h | |
parent | 9341cf09df21eeef8e9ab339c4909746ac6aa4d7 (diff) | |
download | ATCD-a7c4303bba0a6072735e28eec15d574360e46f08.tar.gz |
ChangeLogTag: Wed Nov 21 11:35:50 2001 Michael Kircher <Michael.Kircher@mchp.siemens.de>
Diffstat (limited to 'ace/Future.h')
-rw-r--r-- | ace/Future.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Future.h b/ace/Future.h index 58f30cdf60a..b0bf55816b3 100644 --- a/ace/Future.h +++ b/ace/Future.h @@ -161,6 +161,10 @@ private: // These methods must go after the others to work around a bug with // Borland's C++ Builder... + /// Allocate a new ACE_Future_Rep<T> instance, returning NULL if it + /// cannot be created. + static ACE_Future_Rep<T> *internal_create (void); + /// Create a ACE_Future_Rep<T> and initialize the reference count. static ACE_Future_Rep<T> *create (void); |