From e58da9076a696e5e1e97f70ca438bbb152c2cbb9 Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Tue, 6 Feb 2001 22:58:37 +0000 Subject: ChangeLogTag:Tue Feb 06 17:55:28 2001 Steve Huston --- ace/Asynch_IO.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ace/Asynch_IO.h') 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 -- cgit v1.2.1