diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-31 22:18:20 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-31 22:18:20 +0000 |
commit | 6d4337a975f11f01dcfd9b827be431fba0280768 (patch) | |
tree | a49c98ad0d34bcb5a87c9f7fb1a256c7bf4df6dd /ace/Future.h | |
parent | faed5414aa90953190faaaacc4051b5f13d94dc1 (diff) | |
download | ATCD-6d4337a975f11f01dcfd9b827be431fba0280768.tar.gz |
ChangeLogTag:Sat Jul 31 12:07:48 1999 Douglas C. Schmidt <schmidt@mambo.cs.wustl.edu>
Diffstat (limited to 'ace/Future.h')
-rw-r--r-- | ace/Future.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Future.h b/ace/Future.h index 184eb08f462..70778d40ac8 100644 --- a/ace/Future.h +++ b/ace/Future.h @@ -290,7 +290,7 @@ public: void dump (void) const; // Dump the state of an object. - ACE_Future_Rep<T> *get_rep (); + ACE_Future_Rep<T> *get_rep (void); // Get the underlying <ACE_Future_Rep>*. Note that this method should // rarely, if ever, be used and that modifying the undlerlying <ACE_Future_Rep>* // should be done with extreme caution. |