mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
9 lines
302 B
C++
9 lines
302 B
C++
// $Id: Active_Map_Manager.cpp 80826 2008-03-04 14:51:23Z wotte $
|
|
|
|
#include "ace/Active_Map_Manager.h"
|
|
|
|
ACE_RCSID(ace, Active_Map_Manager, "$Id: Active_Map_Manager.cpp 80826 2008-03-04 14:51:23Z wotte $")
|
|
|
|
#if !defined (__ACE_INLINE__)
|
|
#include "ace/Active_Map_Manager.inl"
|
|
#endif /* __ACE_INLINE__ */
|