[7297] Fixed profession spells sorting in trainer spell list at client.
[getmangos.git] / dep / ACE_wrappers / ace / Pair.h
blob39e8575644ce5a12e8a14a4249c88f69eac6f41a
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file Pair.h
7 * $Id: Pair.h 80826 2008-03-04 14:51:23Z wotte $
9 * ACE_Pair<> convenience header.
11 * @author Irfan Pyarali
13 //=============================================================================
16 #ifndef ACE_PAIR_H
17 #define ACE_PAIR_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/Pair_T.h"
30 #include /**/ "ace/post.h"
32 #endif /* ACE_PAIR_H */