summaryrefslogtreecommitdiff
path: root/ace/Active_Map_Manager_T.cpp
blob: a544bc28fdaf3df2e675493669541a2755b10096 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// $Id$

#ifndef ACE_ACTIVE_MAP_MANAGER_T_C
#define ACE_ACTIVE_MAP_MANAGER_T_C

#include "ace/Active_Map_Manager_T.h"

#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */

#if !defined (__ACE_INLINE__)
#include "ace/Active_Map_Manager_T.i"
#endif /* __ACE_INLINE__ */

ACE_RCSID(ace, Active_Map_Manager_T, "$Id$")

ACE_ALLOC_HOOK_DEFINE(ACE_Active_Map_Manager)

#endif /* ACE_ACTIVE_MAP_MANAGER_T_C */