summaryrefslogtreecommitdiff
path: root/ace/Local_Tokens.i
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Local_Tokens.i')
-rw-r--r--ace/Local_Tokens.i5
1 files changed, 2 insertions, 3 deletions
diff --git a/ace/Local_Tokens.i b/ace/Local_Tokens.i
index 6f9fe43fa30..9a195950729 100644
--- a/ace/Local_Tokens.i
+++ b/ace/Local_Tokens.i
@@ -1,7 +1,7 @@
/* -*- C++ -*- */
// $Id$
-#if defined (ACE_HAS_TOKENS_LIBRARY)
+// Local_Tokens.i
ACE_INLINE int
ACE_Token_Proxy::type (void) const
@@ -10,6 +10,7 @@ ACE_Token_Proxy::type (void) const
return 0;
}
+
ACE_INLINE int
ACE_Token_Proxy::acquire_read (int notify,
void (*sleep_hook)(void *),
@@ -430,5 +431,3 @@ ACE_Token_Name::operator== (const ACE_Token_Name &rhs) const
// the name and type must be the same
return (ACE_OS::strcmp (this->token_name_, rhs.name ()) == 0);
}
-
-#endif /* ACE_HAS_TOKENS_LIBRARY */