summaryrefslogtreecommitdiff
path: root/netsvcs/clients
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-02-18 23:22:49 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-02-18 23:22:49 +0000
commitbae3e9641ab08ce6791cc0da0cdab93c750e2ff6 (patch)
treeabae448c0f77ef34828e668d4852d80b7ff7eda7 /netsvcs/clients
parent93d341bc81f6facb0ce9b9202d656a59b2db60f6 (diff)
downloadATCD-bae3e9641ab08ce6791cc0da0cdab93c750e2ff6.tar.gz
ChangeLogTag:Sun Feb 18 17:16:41 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'netsvcs/clients')
-rw-r--r--netsvcs/clients/Tokens/manual/manual.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/netsvcs/clients/Tokens/manual/manual.cpp b/netsvcs/clients/Tokens/manual/manual.cpp
index 3447b9306f7..1393150f751 100644
--- a/netsvcs/clients/Tokens/manual/manual.cpp
+++ b/netsvcs/clients/Tokens/manual/manual.cpp
@@ -370,4 +370,11 @@ template class ACE_Map_Reverse_Iterator<STDIN_Token::TID, ACE_Token_Collection *
#pragma instantiate ACE_Map_Reverse_Iterator<STDIN_Token::TID, ACE_Token_Collection *, ACE_Null_Mutex>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
+#else
+int
+main (int, char *[])
+{
+ ACE_ERROR_RETURN ((LM_ERROR,
+ "threads or ACE_HAS_TOKENS_LIBRARY not supported on this platform\n"), -1);
+}
#endif /* ACE_HAS_THREADS && ACE_HAS_TOKENS_LIBRARY */