diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-02-28 17:22:21 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-02-28 17:22:21 +0000 |
commit | 0f626c4f00e63ddf5f15606094391c3c5d75073a (patch) | |
tree | f39902cc6e4213bdff25304e13ddda08989b0c40 /ace/Local_Tokens.cpp | |
parent | c15c41a810c3e1fd3dc5bae39bb609ba6cae3620 (diff) | |
download | ATCD-0f626c4f00e63ddf5f15606094391c3c5d75073a.tar.gz |
ChangeLogTag:Mon Feb 28 09:16:40 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/Local_Tokens.cpp')
-rw-r--r-- | ace/Local_Tokens.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Local_Tokens.cpp b/ace/Local_Tokens.cpp index c48e4d963ac..351927dbd6b 100644 --- a/ace/Local_Tokens.cpp +++ b/ace/Local_Tokens.cpp @@ -96,7 +96,7 @@ ACE_TPQ_Entry::ACE_TPQ_Entry (const ACE_Token_Proxy *new_proxy, ASYS_TEXT ("/%s/%u/%lu"), host_name, ACE_static_cast (unsigned int, ACE_OS::getpid ()), - (long unsigned int) ACE_Thread::self ()); + ACE_Thread::self ()); this->client_id (name); } |