summaryrefslogtreecommitdiff
path: root/ace/Service_Templates.h
blob: 233d408e75073c6d2bbbdac6ab3cc98c0052e532 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// $Id$

#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"

#endif /* ACE_SERVICE_TEMPLATES_H */