[7297] Fixed profession spells sorting in trainer spell list at client.
[getmangos.git] / dep / ACE_wrappers / ace / Array.h
blob3caaa7b719bf2a196261d83ad5dd55306cdbe921
1 /* -*- C++ -*- */
3 //=============================================================================
4 /**
5 * @file Array.h
7 * $Id: Array.h 80826 2008-03-04 14:51:23Z wotte $
9 * @deprecated
11 * @note This file has been deprecated and will soon go away. You
12 * should directly include "Containers_T.h" instead.
14 * @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
16 //=============================================================================
18 #ifndef ACE_ARRAY_H
19 #define ACE_ARRAY_H
20 #include /**/ "ace/pre.h"
22 #include "ace/Containers_T.h"
24 #if !defined (ACE_LACKS_PRAGMA_ONCE)
25 # pragma once
26 #endif /* ACE_LACKS_PRAGMA_ONCE */
28 #include /**/ "ace/post.h"
29 #endif /* ACE_ARRAY_H */