00001 // -*- C++ -*- 00002 00003 //============================================================================= 00004 /** 00005 * @file Transport_Cache_Manager.h 00006 * 00007 * $Id: Transport_Cache_Manager.h 84295 2009-02-02 11:18:48Z johnnyw $ 00008 * 00009 * @author Balachandran Natarajan <bala@cs.wustl.edu> 00010 */ 00011 //============================================================================= 00012 00013 #ifndef TAO_TRANSPORT_CACHE_MANAGER_H 00014 #define TAO_TRANSPORT_CACHE_MANAGER_H 00015 00016 #include /**/ "ace/pre.h" 00017 00018 #include "tao/Transport_Cache_Manager_T.h" 00019 00020 #if !defined (ACE_LACKS_PRAGMA_ONCE) 00021 #define ACE_LACKS_PRAGMA_ONCE 00022 #endif /* ACE_LACKS_PRAGMA_ONCE */ 00023 00024 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00025 00026 class TAO_Transport; 00027 class TAO_Transport_Descriptor_Interface; 00028 00029 namespace TAO 00030 { 00031 typedef Transport_Cache_Manager_T<TAO_Transport, TAO_Transport_Descriptor_Interface, TAO_Connection_Purging_Strategy> Transport_Cache_Manager; 00032 } 00033 00034 TAO_END_VERSIONED_NAMESPACE_DECL 00035 00036 #include /**/ "ace/post.h" 00037 00038 #endif /* TAO_TRANSPORT_CACHE_MANAGER_H */