summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport_Cache_Manager.h
blob: dcf02a6a8d4253b69f2137d60e5a0b6115ee5b1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// -*- C++ -*-

//=============================================================================
/**
 *  @file    Transport_Cache_Manager.h
 *
 *  $Id$
 *
 *  @author Balachandran Natarajan <bala@cs.wustl.edu>
 */
//=============================================================================

#ifndef TAO_TRANSPORT_CACHE_MANAGER_H
#define TAO_TRANSPORT_CACHE_MANAGER_H

#include /**/ "ace/pre.h"

#include "tao/Transport_Cache_Manager_T.h"

#if !defined (ACE_LACKS_PRAGMA_ONCE)
#define  ACE_LACKS_PRAGMA_ONCE
#endif /* ACE_LACKS_PRAGMA_ONCE */

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

class TAO_Transport;
class TAO_Transport_Descriptor_Interface;

namespace TAO
{
  typedef Transport_Cache_Manager_T<TAO_Transport, TAO_Transport_Descriptor_Interface, TAO_Connection_Purging_Strategy> Transport_Cache_Manager;
}

TAO_END_VERSIONED_NAMESPACE_DECL

#include /**/ "ace/post.h"

#endif /* TAO_TRANSPORT_CACHE_MANAGER_H */