diff options
Diffstat (limited to 'TAO/tao/Muxed_TMS.h')
-rw-r--r-- | TAO/tao/Muxed_TMS.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tao/Muxed_TMS.h b/TAO/tao/Muxed_TMS.h index ac0864a6510..64de055f306 100644 --- a/TAO/tao/Muxed_TMS.h +++ b/TAO/tao/Muxed_TMS.h @@ -68,6 +68,7 @@ public: virtual bool idle_after_send (void); virtual bool idle_after_reply (void); virtual void connection_closed (void); + virtual bool has_request (void); private: /// Lock to protect the state of the object |