00001 00002 //============================================================================= 00003 /** 00004 * @file Service_Templates.h 00005 * 00006 * Service_Templates.h,v 4.4 2003/07/19 19:04:13 dhinton Exp 00007 * 00008 * @author Priyanka Gontla <pgontla@ece.uci.edu> 00009 */ 00010 //============================================================================= 00011 00012 00013 #ifndef ACE_SERVICE_TEMPLATES_H 00014 #define ACE_SERVICE_TEMPLATES_H 00015 #include /**/ "ace/pre.h" 00016 00017 #include "ace/Svc_Conf.h" 00018 00019 #if !defined (ACE_LACKS_PRAGMA_ONCE) 00020 # pragma once 00021 #endif /* ACE_LACKS_PRAGMA_ONCE */ 00022 00023 #include "ace/Auto_Ptr.h" 00024 #include "ace/Thread_Manager.h" 00025 #include "ace/Stream_Modules.h" 00026 #include "ace/Stream.h" 00027 00028 #include /**/ "ace/post.h" 00029 #endif /* ACE_SERVICE_TEMPLATES_H */