diff options
author | Chris Cleeland <chris.cleeland@gmail.com> | 2001-03-31 04:20:58 +0000 |
---|---|---|
committer | Chris Cleeland <chris.cleeland@gmail.com> | 2001-03-31 04:20:58 +0000 |
commit | 5965f9b06d029fde77c92115788769b9af32e742 (patch) | |
tree | 3d318ce0786a93e18a7d609230a6892c208ac00b /TAO/tao/IIOP_Connection_Handler.h | |
parent | ceaff5bbd5a73647c20c499fe39116abc733fd5b (diff) | |
download | ATCD-5965f9b06d029fde77c92115788769b9af32e742.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.h | 2 |
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_; |