summaryrefslogtreecommitdiff
path: root/ace/Token_Collection.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Token_Collection.h')
-rw-r--r--ace/Token_Collection.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ace/Token_Collection.h b/ace/Token_Collection.h
index 3c6e4297214..c0fc0bbc531 100644
--- a/ace/Token_Collection.h
+++ b/ace/Token_Collection.h
@@ -20,6 +20,7 @@
*/
//=============================================================================
+
#ifndef ACE_TOKEN_COLLECTION_H
#define ACE_TOKEN_COLLECTION_H
#include "ace/pre.h"
@@ -33,8 +34,6 @@
#include "ace/Local_Tokens.h"
#include "ace/SString.h"
-#if defined (ACE_HAS_TOKENS_LIBRARY)
-
/**
* @class ACE_Token_Collection
*
@@ -224,8 +223,6 @@ protected:
virtual ACE_Tokens *create_token (const ACE_TCHAR *name);
};
-#endif /* ACE_HAS_TOKENS_LIBRARY */
-
#if defined (__ACE_INLINE__)
#include "ace/Token_Collection.i"
#endif /* __ACE_INLINE__ */