summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/SHMIOP_Connection_Handler.h
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-27 23:00:38 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-27 23:00:38 +0000
commit79d75fb2fa97034a9c9d48bab2b0ee619d1c2b43 (patch)
treefb00fc546c58b605832a472869160052031e5169 /TAO/tao/Strategies/SHMIOP_Connection_Handler.h
parentf22804752f31ccc9311cb789d2634a7b360a0620 (diff)
downloadATCD-79d75fb2fa97034a9c9d48bab2b0ee619d1c2b43.tar.gz
ChangeLogTag: Thu Sep 27 17:31:10 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Strategies/SHMIOP_Connection_Handler.h')
-rw-r--r--TAO/tao/Strategies/SHMIOP_Connection_Handler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/Strategies/SHMIOP_Connection_Handler.h b/TAO/tao/Strategies/SHMIOP_Connection_Handler.h
index 61cab8b2edb..f4a26023ec6 100644
--- a/TAO/tao/Strategies/SHMIOP_Connection_Handler.h
+++ b/TAO/tao/Strategies/SHMIOP_Connection_Handler.h
@@ -107,6 +107,11 @@ protected:
virtual int handle_input (ACE_HANDLE = ACE_INVALID_HANDLE);
private:
+
+ /// Perform handle close
+ void handle_close_i (void);
+
+private:
/// Flag that we will be passing to the event handler to indicate
/// whether the handle will be resumed by the method or not.
int resume_flag_;