summaryrefslogtreecommitdiff
path: root/ACE/ace/Token_Request_Reply.inl
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2006-10-21 18:51:54 +0000
committerSteve Huston <shuston@riverace.com>2006-10-21 18:51:54 +0000
commit3104dd867fb4f4c3dacd64afdd4c63419dd81278 (patch)
tree034f649379b8695a53c730802e1189099d6c5606 /ACE/ace/Token_Request_Reply.inl
parent05f8f9198808c736ca5bbc3b4226446da42bb613 (diff)
downloadATCD-3104dd867fb4f4c3dacd64afdd4c63419dd81278.tar.gz
ChangeLogTag:Sat Oct 21 14:49:21 UTC 2006 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/ace/Token_Request_Reply.inl')
-rw-r--r--ACE/ace/Token_Request_Reply.inl3
1 files changed, 1 insertions, 2 deletions
diff --git a/ACE/ace/Token_Request_Reply.inl b/ACE/ace/Token_Request_Reply.inl
index 9955c4c66ea..e75d6e15b63 100644
--- a/ACE/ace/Token_Request_Reply.inl
+++ b/ACE/ace/Token_Request_Reply.inl
@@ -147,8 +147,7 @@ ACE_Token_Request::token_name (const ACE_TCHAR *token_name,
// ... then add in the amount of the variable-sized portion.
len += token_name_length + client_id_length + 1;
-
- this->length (ACE_Utils::Truncate (len));
+ this->length (ACE_Utils::Truncate<ACE_UINT32, size_t> (len));
}
// = Set/get the id of the client.