diff options
author | Angelo Corsaro <angelo@icorsaro.net> | 2000-03-10 01:05:25 +0000 |
---|---|---|
committer | Angelo Corsaro <angelo@icorsaro.net> | 2000-03-10 01:05:25 +0000 |
commit | a45c17a114d43af216093a2359fafe958c9282ec (patch) | |
tree | be50576076c0e24be978f4b08471051a1fbd2d7a /ace/Svc_Conf_Tokens.h | |
parent | d1c0e905386ad0cac16b90a83f1c9d80a9e99c1a (diff) | |
download | ATCD-a45c17a114d43af216093a2359fafe958c9282ec.tar.gz |
ChangeLogTag:Thu Mar 09 18:20:00 2000 Angelo Corsaro <corsaro@cs.wustl.edu>
Diffstat (limited to 'ace/Svc_Conf_Tokens.h')
-rw-r--r-- | ace/Svc_Conf_Tokens.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Svc_Conf_Tokens.h b/ace/Svc_Conf_Tokens.h index f8998fc827d..760a00c9e17 100644 --- a/ace/Svc_Conf_Tokens.h +++ b/ace/Svc_Conf_Tokens.h @@ -1,4 +1,8 @@ // $Id$ + +#ifndef SVC_CONF_TOKENS_H +#define SVC_CONF_TOKENS_H + #define ACE_DYNAMIC 257 #define ACE_STATIC 258 #define ACE_SUSPEND 259 @@ -19,3 +23,5 @@ #define ACE_RBRACE 274 #define ACE_STAR 275 #define ACE_COLON 276 + +#endif //SVC_CONF_TOKENS_H |