summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connection_Handler.h
diff options
context:
space:
mode:
authorcleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-31 04:20:58 +0000
committercleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-31 04:20:58 +0000
commit158f524a3e934e8aba8c639d749b960c9ef0a008 (patch)
tree3d318ce0786a93e18a7d609230a6892c208ac00b /TAO/tao/IIOP_Connection_Handler.h
parent5b6f0ef2ae11955a934e7f3ed70b08a309da5914 (diff)
downloadATCD-158f524a3e934e8aba8c639d749b960c9ef0a008.tar.gz
ChangeLogTag: Fri Mar 30 22:06:02 2001 Chris Cleeland <cleeland_c@ociweb.com>
Diffstat (limited to 'TAO/tao/IIOP_Connection_Handler.h')
-rw-r--r--TAO/tao/IIOP_Connection_Handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Connection_Handler.h b/TAO/tao/IIOP_Connection_Handler.h
index 786bb84a0e0..97d91734ab7 100644
--- a/TAO/tao/IIOP_Connection_Handler.h
+++ b/TAO/tao/IIOP_Connection_Handler.h
@@ -139,7 +139,7 @@ private:
/// svc_handler i.e., the connection can close during nested upcalls,
/// you should not delete the svc_handler until the stack unwinds
/// from the nested upcalls.
- u_long pending_upcalls_;
+ long pending_upcalls_;
/// TCP configuration for this connection.
TAO_IIOP_Properties *tcp_properties_;