diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-19 16:00:58 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-19 16:00:58 +0000 |
commit | 7526281adc5b3b28d7e83f2eac1cc74807ee6e6f (patch) | |
tree | e7afb06c787c77c9ade17f0b2c0822e62fc488f7 /ace/Reactor_Impl.h | |
parent | dc7a080d2c0959d707004d27e873332240deccd7 (diff) | |
download | ATCD-7526281adc5b3b28d7e83f2eac1cc74807ee6e6f.tar.gz |
ChangeLogTag:Thu Aug 19 10:53:50 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ace/Reactor_Impl.h')
-rw-r--r-- | ace/Reactor_Impl.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Reactor_Impl.h b/ace/Reactor_Impl.h index 8b2f08f1396..812ad3e67ef 100644 --- a/ace/Reactor_Impl.h +++ b/ace/Reactor_Impl.h @@ -415,6 +415,12 @@ public: virtual int owner (ACE_thread_t *owner) = 0; // Return the ID of the "owner" thread. + virtual int restart (void) = 0; + // Get the existing restart value. + + virtual int restart (int r) = 0; + // Set a new value for restart and return the original value. + virtual void requeue_position (int) = 0; // Set position of the owner thread. |