summaryrefslogtreecommitdiff
path: root/TAO/tao/Blocked_Connect_Strategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Blocked_Connect_Strategy.h')
-rw-r--r--TAO/tao/Blocked_Connect_Strategy.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Blocked_Connect_Strategy.h b/TAO/tao/Blocked_Connect_Strategy.h
index df6e230a09f..404eb2d3be7 100644
--- a/TAO/tao/Blocked_Connect_Strategy.h
+++ b/TAO/tao/Blocked_Connect_Strategy.h
@@ -36,12 +36,12 @@ public:
* Concrete implementation for this class. Please see
* Connect_Strategy.h for details
*/
- virtual void synch_options (ACE_Time_Value *val, ACE_Synch_Options &opt);
+ void synch_options (ACE_Time_Value *val, ACE_Synch_Options &opt) override;
protected:
- virtual int wait_i (TAO_LF_Event *ev,
- TAO_Transport *t,
- ACE_Time_Value *val);
+ int wait_i (TAO_LF_Event *ev,
+ TAO_Transport *t,
+ ACE_Time_Value *val) override;
};
TAO_END_VERSIONED_NAMESPACE_DECL