mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
Imported MaNGOS revision 6767 from http://mangos.svn.sourceforge.net/svnroot/mangos/trunk/
This commit is contained in:
parent
d767495d5b
commit
800ee76535
3322 changed files with 903437 additions and 0 deletions
18
dep/ACE_wrappers/ace/Unbounded_Set.cpp
Normal file
18
dep/ACE_wrappers/ace/Unbounded_Set.cpp
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
// $Id: Unbounded_Set.cpp 81624 2008-05-06 17:14:57Z wotte $
|
||||
|
||||
#ifndef ACE_UNBOUNDED_SET_CPP
|
||||
#define ACE_UNBOUNDED_SET_CPP
|
||||
|
||||
#include "ace/Unbounded_Set.h"
|
||||
#include "ace/Malloc_Base.h"
|
||||
#include "ace/Log_Msg.h"
|
||||
|
||||
#if !defined (ACE_LACKS_PRAGMA_ONCE)
|
||||
# pragma once
|
||||
#endif /* ACE_LACKS_PRAGMA_ONCE */
|
||||
|
||||
#if !defined (__ACE_INLINE__)
|
||||
#include "ace/Unbounded_Set.inl"
|
||||
#endif /* __ACE_INLINE__ */
|
||||
|
||||
#endif /* ACE_UNBOUNDED_SET_CPP */
|
||||
Loading…
Add table
Add a link
Reference in a new issue