summaryrefslogtreecommitdiff
path: root/ACE/ace/Token_Request_Reply.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Token_Request_Reply.inl')
-rw-r--r--ACE/ace/Token_Request_Reply.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Token_Request_Reply.inl b/ACE/ace/Token_Request_Reply.inl
index 99a6b367a1a..7a62c92d7c1 100644
--- a/ACE/ace/Token_Request_Reply.inl
+++ b/ACE/ace/Token_Request_Reply.inl
@@ -147,7 +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<ACE_UINT32> (len));
+ this->length (ACE_Utils::truncate_cast<ACE_UINT32> (len));
}
// = Set/get the id of the client.