diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-14 21:45:15 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-14 21:45:15 +0000 |
commit | a71704263560521e40659fd92315411018efb3a3 (patch) | |
tree | 9d4be762e03bbb102e7255a87956c2dea7c5bda7 /ace/Token_Collection.h | |
parent | fece36c9fea0aeea41ddb296e622bd309720f240 (diff) | |
download | ATCD-a71704263560521e40659fd92315411018efb3a3.tar.gz |
.
Diffstat (limited to 'ace/Token_Collection.h')
-rw-r--r-- | ace/Token_Collection.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/Token_Collection.h b/ace/Token_Collection.h index a5103152f46..10a60de017f 100644 --- a/ace/Token_Collection.h +++ b/ace/Token_Collection.h @@ -1,7 +1,6 @@ /* -*- C++ -*- */ // $Id$ - // ============================================================================ // // = LIBRARY @@ -32,6 +31,10 @@ #include "ace/Local_Tokens.h" #include "ace/SString.h" +#if !defined (ACE_LACKS_PRAGMA_ONCE) +#pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + class ACE_Export ACE_Token_Collection : public ACE_Token_Proxy { // = TITLE |