Initial Patch of Auction House bot rev. 135
[auctionmangos.git] / dep / ACE_wrappers / ace / Service_Templates.h
blobd05d0d611d298943a83eb060c095c36b3324c305
2 //=============================================================================
3 /**
4 * @file Service_Templates.h
6 * $Id: Service_Templates.h 80826 2008-03-04 14:51:23Z wotte $
8 * @author Priyanka Gontla <pgontla@ece.uci.edu>
9 */
10 //=============================================================================
13 #ifndef ACE_SERVICE_TEMPLATES_H
14 #define ACE_SERVICE_TEMPLATES_H
15 #include /**/ "ace/pre.h"
17 #include "ace/Svc_Conf.h"
19 #if !defined (ACE_LACKS_PRAGMA_ONCE)
20 # pragma once
21 #endif /* ACE_LACKS_PRAGMA_ONCE */
23 #include "ace/Auto_Ptr.h"
24 #include "ace/Thread_Manager.h"
25 #include "ace/Stream_Modules.h"
26 #include "ace/Stream.h"
28 #include /**/ "ace/post.h"
29 #endif /* ACE_SERVICE_TEMPLATES_H */