#include <Future.h>
Inheritance diagram for ACE_Future_Observer:

Public Methods | |
| virtual | ~ACE_Future_Observer (void) |
| Destructor. More... | |
| virtual void | update (const ACE_Future< T > &future)=0 |
| Called by the ACE_Future in which we are subscribed to when its value is written to. More... | |
Public Attributes | |
| ACE_ALLOC_HOOK_DECLARE | |
| Declare the dynamic allocation hooks. More... | |
Protected Methods | |
| ACE_Future_Observer (void) | |
| Constructor. More... | |
An ACE_Future_Observer object implements an object that is subscribed with an ACE_Future object so that it may be notified when the value of the ACE_Future object is written to by a writer thread. It uses the Observer pattern
Definition at line 69 of file Future.h.
|
||||||||||
|
Destructor.
Definition at line 38 of file Future.cpp.
00039 {
00040 }
|
|
||||||||||
|
Constructor.
Definition at line 33 of file Future.cpp.
00034 {
00035 }
|
|
||||||||||
|
Called by the ACE_Future in which we are subscribed to when its value is written to.
Implemented in ACE_Future_Set. Referenced by ACE_Future_Rep::attach, and ACE_Future_Rep::set. |
|
|||||
|
Declare the dynamic allocation hooks.
Reimplemented in ACE_Future_Set. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002