summaryrefslogtreecommitdiff
path: root/ace/Hash_Map_Manager.cpp
blob: 94353bcc05536429b7ffeebdf39e4588f878ed74 (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
// $Id$

// ============================================================================
//
// = LIBRARY
//    ace
//
// = FILENAME
//    Hash_Map_Manager.cpp
//
// = AUTHOR
//    Doug Schmidt
//
// ============================================================================

#define ACE_BUILD_DLL

#include "ace/Hash_Map_Manager.h"

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

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