diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-17 01:55:55 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-17 01:55:55 +0000 |
commit | c9501e6462e903a6a3150f2bc7a063195d01682d (patch) | |
tree | 378a21a13fcc04c9961b0ac665298719e11a1c42 /ace/Token_Request_Reply.h | |
parent | 903743f0337a06a07c63af42e3f596b975e84776 (diff) | |
download | ATCD-c9501e6462e903a6a3150f2bc7a063195d01682d.tar.gz |
Basic_Types.h
Diffstat (limited to 'ace/Token_Request_Reply.h')
-rw-r--r-- | ace/Token_Request_Reply.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ace/Token_Request_Reply.h b/ace/Token_Request_Reply.h index 9c201bfed3c..f12db8e0769 100644 --- a/ace/Token_Request_Reply.h +++ b/ace/Token_Request_Reply.h @@ -1,7 +1,6 @@ /* -*- C++ -*- */ // $Id$ - // ============================================================================ // // = LIBRARY @@ -20,8 +19,8 @@ // // ============================================================================ -#if !defined (_TOKEN_REQUEST_REPLY_H) -#define _TOKEN_REQUEST_REPLY_H +#ifndef (ACE_TOKEN_REQUEST_REPLY_H) +#define ACE_TOKEN_REQUEST_REPLY_H #include "ace/Local_Tokens.h" #include "ace/Time_Value.h" @@ -226,4 +225,4 @@ private: #include "ace/Token_Request_Reply.i" #endif /* __ACE_INLINE__ */ -#endif /* _TOKEN_REQUEST_REPLY_H */ +#endif /* ACE_TOKEN_REQUEST_REPLY_H */ |