diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-04-29 05:08:32 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-04-29 05:08:32 +0000 |
commit | e12687ad42f95328e9dc7a5f7c27d16cdca99a5f (patch) | |
tree | d53e52d8c4c823812e063f67e50b4154e78254fa /netsvcs | |
parent | 5b640deb4fb3733514a549292cb63eff88a327b3 (diff) | |
download | ATCD-e12687ad42f95328e9dc7a5f7c27d16cdca99a5f.tar.gz |
ChangeLogTag:Wed Apr 28 22:06:08 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'netsvcs')
-rw-r--r-- | netsvcs/lib/Token_Handler.cpp | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/netsvcs/lib/Token_Handler.cpp b/netsvcs/lib/Token_Handler.cpp index 4d420130bfd..c6a5e2344be 100644 --- a/netsvcs/lib/Token_Handler.cpp +++ b/netsvcs/lib/Token_Handler.cpp @@ -7,7 +7,13 @@ #if defined (ACE_HAS_TOKENS_LIBRARY) -ACE_RCSID(lib, Token_Handler, "$Id$") +#include "ace/Signal.h" + + +ACE_RCSID (lib, + Token_Handler, + "$Id$") + #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) template class ACE_Acceptor<ACE_Token_Handler, ACE_SOCK_ACCEPTOR>; @@ -263,7 +269,7 @@ ACE_Token_Handler::renew (ACE_Token_Proxy *proxy) } /* VIRTUAL */ int -ACE_Token_Handler::remove (ACE_Token_Proxy *proxy) +ACE_Token_Handler::remove (ACE_Token_Proxy * /* proxy */) { ACE_TRACE ("ACE_Token_Handler::remove"); #if 0 |