[7297] Fixed profession spells sorting in trainer spell list at client.
[getmangos.git] / dep / ACE_wrappers / ace / Map.h
blobec675fb1fed7a865328be6aee735e6f5e6d9b5b6
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file Map.h
7 * $Id: Map.h 80826 2008-03-04 14:51:23Z wotte $
9 * Backward compatibility header.
11 * @author Irfan Pyarali
13 //=============================================================================
16 #ifndef ACE_MAP_H
17 #define ACE_MAP_H
19 #include /**/ "ace/pre.h"
21 #include /**/ "ace/config-all.h"
23 #if !defined (ACE_LACKS_PRAGMA_ONCE)
24 # pragma once
25 #endif /* ACE_LACKS_PRAGMA_ONCE */
27 // Include the templates here.
28 #include "ace/Map_T.h"
30 #include /**/ "ace/post.h"
32 #endif /* ACE_MAP_H */