diff options
author | bala <balanatarajan@users.noreply.github.com> | 2001-07-31 12:10:25 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2001-07-31 12:10:25 +0000 |
commit | 0d97018198aa6d83245402002887444581fb372f (patch) | |
tree | 1f10fe690527780c1483ede50bdae500111880f6 /TAO/tao/IIOP_Connection_Handler.h | |
parent | 9d9972e600d0c46c87b2915687c901eaf8b4c3da (diff) | |
download | ATCD-0d97018198aa6d83245402002887444581fb372f.tar.gz |
ChangeLogTag: Tue Jul 31 06:58:59 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/IIOP_Connection_Handler.h')
-rw-r--r-- | TAO/tao/IIOP_Connection_Handler.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tao/IIOP_Connection_Handler.h b/TAO/tao/IIOP_Connection_Handler.h index aa8262e039b..1f7d0dead44 100644 --- a/TAO/tao/IIOP_Connection_Handler.h +++ b/TAO/tao/IIOP_Connection_Handler.h @@ -138,12 +138,6 @@ protected: private: - /// Count nested upcalls on this - /// 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. - long pending_upcalls_; - /// TCP configuration for this connection. TAO_IIOP_Properties *tcp_properties_; |