Client_Strategy_Factory.cpp

Go to the documentation of this file.
00001 // Client_Strategy_Factory.cpp,v 1.22 2006/04/26 17:12:47 mesnier_p Exp
00002 
00003 #include "tao/Client_Strategy_Factory.h"
00004 
00005 ACE_RCSID(tao, Client_Strategy_Factory, "Client_Strategy_Factory.cpp,v 1.22 2006/04/26 17:12:47 mesnier_p Exp")
00006 
00007 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00008 
00009 TAO_Client_Strategy_Factory::~TAO_Client_Strategy_Factory (void)
00010 {
00011 }
00012 
00013 ACE_Lock *
00014 TAO_Client_Strategy_Factory::create_profile_lock (void)
00015 {
00016   return 0;
00017 }
00018 
00019 TAO_Transport_Mux_Strategy *
00020 TAO_Client_Strategy_Factory::create_transport_mux_strategy (TAO_Transport *)
00021 {
00022   return 0;
00023 }
00024 
00025 ACE_Lock *
00026 TAO_Client_Strategy_Factory::create_transport_mux_strategy_lock (void)
00027 {
00028   return 0;
00029 }
00030 
00031 int
00032 TAO_Client_Strategy_Factory::reply_dispatcher_table_size (void) const
00033 {
00034   return 0;
00035 }
00036 
00037 TAO_Wait_Strategy *
00038 TAO_Client_Strategy_Factory::create_wait_strategy (TAO_Transport *)
00039 {
00040   return 0;
00041 }
00042 
00043 TAO_Client_Strategy_Factory::Connect_Strategy
00044 TAO_Client_Strategy_Factory::connect_strategy (void) const
00045 {
00046   return TAO_BLOCKED_CONNECT;
00047 }
00048 
00049 TAO_Connect_Strategy *
00050 TAO_Client_Strategy_Factory::create_connect_strategy (TAO_ORB_Core *)
00051 {
00052   return 0;
00053 }
00054 
00055 int
00056 TAO_Client_Strategy_Factory::allow_callback (void)
00057 {
00058   return 0;
00059 }
00060 
00061 ACE_Lock *
00062 TAO_Client_Strategy_Factory::create_ft_service_retention_id_lock (void)
00063 {
00064   return 0;
00065 }
00066 
00067 bool
00068 TAO_Client_Strategy_Factory::use_cleanup_options (void) const
00069 {
00070   return false;
00071 }
00072 
00073 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 11:54:09 2006 for TAO by doxygen 1.3.6