3 //=============================================================================
5 * @file Transport_Cache_Manager.h
7 * @author Balachandran Natarajan <bala@cs.wustl.edu>
9 //=============================================================================
11 #ifndef TAO_TRANSPORT_CACHE_MANAGER_H
12 #define TAO_TRANSPORT_CACHE_MANAGER_H
14 #include /**/ "ace/pre.h"
16 #include "tao/Transport_Cache_Manager_T.h"
18 #if !defined (ACE_LACKS_PRAGMA_ONCE)
19 #define ACE_LACKS_PRAGMA_ONCE
20 #endif /* ACE_LACKS_PRAGMA_ONCE */
22 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
25 class TAO_Transport_Descriptor_Interface
;
29 typedef Transport_Cache_Manager_T
<TAO_Transport
, TAO_Transport_Descriptor_Interface
, TAO_Connection_Purging_Strategy
> Transport_Cache_Manager
;
32 TAO_END_VERSIONED_NAMESPACE_DECL
34 #include /**/ "ace/post.h"
36 #endif /* TAO_TRANSPORT_CACHE_MANAGER_H */