summaryrefslogtreecommitdiff
path: root/TAO/tao/LF_Connect_Strategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/LF_Connect_Strategy.h')
-rw-r--r--TAO/tao/LF_Connect_Strategy.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/tao/LF_Connect_Strategy.h b/TAO/tao/LF_Connect_Strategy.h
index 35e6e514046..515df085157 100644
--- a/TAO/tao/LF_Connect_Strategy.h
+++ b/TAO/tao/LF_Connect_Strategy.h
@@ -50,13 +50,10 @@ 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);
+ virtual void synch_options (ACE_Time_Value *val, ACE_Synch_Options &opt);
protected:
- virtual int wait_i (TAO_LF_Event *ev,
- TAO_Transport *t,
- ACE_Time_Value *val);
+ virtual int wait_i (TAO_LF_Event *ev, TAO_Transport *t, ACE_Time_Value *val);
};