diff options
Diffstat (limited to 'TAO/tao/default_client.h')
-rw-r--r-- | TAO/tao/default_client.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/tao/default_client.h b/TAO/tao/default_client.h index c67562af488..266a5c6310e 100644 --- a/TAO/tao/default_client.h +++ b/TAO/tao/default_client.h @@ -50,9 +50,10 @@ public: // = Check Client_Strategy_Factory.h for the documentation of the // following methods. - ACE_Lock* create_profile_lock (void); - TAO_Transport_Mux_Strategy *create_transport_mux_strategy (TAO_Transport *transport); - TAO_Wait_Strategy *create_wait_strategy (TAO_Transport *transport); + virtual ACE_Lock* create_profile_lock (void); + virtual TAO_Transport_Mux_Strategy *create_transport_mux_strategy (TAO_Transport *transport); + virtual int allow_callback (void); + virtual TAO_Wait_Strategy *create_wait_strategy (TAO_Transport *transport); virtual ACE_Lock *create_ft_service_retention_id_lock (void); private: |