Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tao / Transport_Cache_Manager.h
blob99ac8febff96588209442560221c8b57dee8f355
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file Transport_Cache_Manager.h
7 * @author Balachandran Natarajan <bala@cs.wustl.edu>
8 */
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
24 class TAO_Transport;
25 class TAO_Transport_Descriptor_Interface;
27 namespace TAO
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 */