Client_Strategy_Factory.cpp

Go to the documentation of this file.
00001 // $Id: Client_Strategy_Factory.cpp 77640 2007-03-09 12:59:10Z johnnyw $
00002 
00003 #include "tao/Client_Strategy_Factory.h"
00004 
00005 ACE_RCSID(tao, Client_Strategy_Factory, "$Id: Client_Strategy_Factory.cpp 77640 2007-03-09 12:59:10Z johnnyw $")
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_Configurable_Refcount
00020 TAO_Client_Strategy_Factory::create_profile_refcount (void)
00021 {
00022   return TAO_Configurable_Refcount (TAO_Configurable_Refcount::TAO_NULL_LOCK);
00023 }
00024 
00025 TAO_Transport_Mux_Strategy *
00026 TAO_Client_Strategy_Factory::create_transport_mux_strategy (TAO_Transport *)
00027 {
00028   return 0;
00029 }
00030 
00031 ACE_Lock *
00032 TAO_Client_Strategy_Factory::create_transport_mux_strategy_lock (void)
00033 {
00034   return 0;
00035 }
00036 
00037 int
00038 TAO_Client_Strategy_Factory::reply_dispatcher_table_size (void) const
00039 {
00040   return 0;
00041 }
00042 
00043 TAO_Wait_Strategy *
00044 TAO_Client_Strategy_Factory::create_wait_strategy (TAO_Transport *)
00045 {
00046   return 0;
00047 }
00048 
00049 TAO_Client_Strategy_Factory::Connect_Strategy
00050 TAO_Client_Strategy_Factory::connect_strategy (void) const
00051 {
00052   return TAO_BLOCKED_CONNECT;
00053 }
00054 
00055 TAO_Connect_Strategy *
00056 TAO_Client_Strategy_Factory::create_connect_strategy (TAO_ORB_Core *)
00057 {
00058   return 0;
00059 }
00060 
00061 int
00062 TAO_Client_Strategy_Factory::allow_callback (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 Tue Feb 2 17:37:51 2010 for TAO by  doxygen 1.4.7