summaryrefslogtreecommitdiff
path: root/ace/Asynch_IO.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2001-02-06 22:58:37 +0000
committerSteve Huston <shuston@riverace.com>2001-02-06 22:58:37 +0000
commite58da9076a696e5e1e97f70ca438bbb152c2cbb9 (patch)
tree93239f76e86baec95dcea185e7d61edc140a7e9d /ace/Asynch_IO.h
parent91d0f1ce5753347099e3dd12812d41a82a683182 (diff)
downloadATCD-e58da9076a696e5e1e97f70ca438bbb152c2cbb9.tar.gz
ChangeLogTag:Tue Feb 06 17:55:28 2001 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/Asynch_IO.h')
-rw-r--r--ace/Asynch_IO.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Asynch_IO.h b/ace/Asynch_IO.h
index b2a67db6847..121e8c30eb5 100644
--- a/ace/Asynch_IO.h
+++ b/ace/Asynch_IO.h
@@ -1085,9 +1085,15 @@ public:
*/
virtual ACE_HANDLE handle (void) const;
+ /// Set the ACE_HANDLE value for this Handler.
+ virtual void handle (ACE_HANDLE);
+
protected:
/// The proactor associated with this handler.
ACE_Proactor *proactor_;
+
+ /// The ACE_HANDLE in use with this handler.
+ ACE_HANDLE handle_;
};
// Forward declarations