diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-07-28 13:14:49 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-07-28 13:14:49 +0000 |
commit | e0a7e4ca135004996ce066de65c7faecfaf03e27 (patch) | |
tree | 509cbef4f118c2d0d16cbdf0203b9ab1e171cb29 /ace/Svc_Conf_Tokens.h | |
parent | 9403aeef74cf80f73e67207daa64a16885b69d61 (diff) | |
download | ATCD-e0a7e4ca135004996ce066de65c7faecfaf03e27.tar.gz |
ChangeLogTag:Fri Jul 27 11:24:50 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ace/Svc_Conf_Tokens.h')
-rw-r--r-- | ace/Svc_Conf_Tokens.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ace/Svc_Conf_Tokens.h b/ace/Svc_Conf_Tokens.h index 98a63ac0e53..f8998fc827d 100644 --- a/ace/Svc_Conf_Tokens.h +++ b/ace/Svc_Conf_Tokens.h @@ -1,9 +1,4 @@ // $Id$ - -#ifndef SVC_CONF_TOKENS_H -#define SVC_CONF_TOKENS_H -#include "ace/pre.h" - #define ACE_DYNAMIC 257 #define ACE_STATIC 258 #define ACE_SUSPEND 259 @@ -24,6 +19,3 @@ #define ACE_RBRACE 274 #define ACE_STAR 275 #define ACE_COLON 276 - -#include "ace/post.h" -#endif //SVC_CONF_TOKENS_H |