Changes to attempt to silence bcc64x
[ACE_TAO.git] / ACE / ace / Active_Map_Manager_T.cpp
blob6341ca7112b68671c9572783cfaf5705eeeeb043
1 #ifndef ACE_ACTIVE_MAP_MANAGER_T_CPP
2 #define ACE_ACTIVE_MAP_MANAGER_T_CPP
4 #include "ace/Active_Map_Manager_T.h"
6 #if !defined (ACE_LACKS_PRAGMA_ONCE)
7 # pragma once
8 #endif /* ACE_LACKS_PRAGMA_ONCE */
10 #if !defined (__ACE_INLINE__)
11 #include "ace/Active_Map_Manager_T.inl"
12 #endif /* __ACE_INLINE__ */
14 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
16 ACE_ALLOC_HOOK_DEFINE_Tc(ACE_Active_Map_Manager)
18 ACE_END_VERSIONED_NAMESPACE_DECL
20 #endif /* ACE_ACTIVE_MAP_MANAGER_T_CPP */