diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-04 08:22:59 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-04 08:22:59 +0000 |
commit | b818e19903ba56cdf5ef1c01e49e225fe5f33561 (patch) | |
tree | 46a2f588037f54ff6ccc0536d528f06df6c80ff7 /ace/DEV_Connector.h | |
parent | 73aef9c7ffb97b8a952b2bf3c5865ad00e16360b (diff) | |
download | ATCD-b818e19903ba56cdf5ef1c01e49e225fe5f33561.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/DEV_Connector.h')
-rw-r--r-- | ace/DEV_Connector.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/DEV_Connector.h b/ace/DEV_Connector.h index 2639dc2005a..c122bae8efa 100644 --- a/ace/DEV_Connector.h +++ b/ace/DEV_Connector.h @@ -73,6 +73,9 @@ public: // The <flags> and <perms> arguments are passed down to the open() // method. + int reset_new_handle (ACE_HANDLE handle); + // Resets any event associations on this handle + void dump (void) const; // Dump the state of an object. |