mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
29 lines
707 B
C
29 lines
707 B
C
|
|
//=============================================================================
|
|
/**
|
|
* @file Service_Templates.h
|
|
*
|
|
* $Id: Service_Templates.h 80826 2008-03-04 14:51:23Z wotte $
|
|
*
|
|
* @author Priyanka Gontla <pgontla@ece.uci.edu>
|
|
*/
|
|
//=============================================================================
|
|
|
|
|
|
#ifndef ACE_SERVICE_TEMPLATES_H
|
|
#define ACE_SERVICE_TEMPLATES_H
|
|
#include /**/ "ace/pre.h"
|
|
|
|
#include "ace/Svc_Conf.h"
|
|
|
|
#if !defined (ACE_LACKS_PRAGMA_ONCE)
|
|
# pragma once
|
|
#endif /* ACE_LACKS_PRAGMA_ONCE */
|
|
|
|
#include "ace/Auto_Ptr.h"
|
|
#include "ace/Thread_Manager.h"
|
|
#include "ace/Stream_Modules.h"
|
|
#include "ace/Stream.h"
|
|
|
|
#include /**/ "ace/post.h"
|
|
#endif /* ACE_SERVICE_TEMPLATES_H */
|