diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-05-05 21:16:28 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-05-05 21:16:28 +0000 |
commit | cfe0d0763c9095f05dac8be633e38820c8f21538 (patch) | |
tree | ae0c901f25d09e86445be7783f6071190d823ed2 /ace/Name_Request_Reply.cpp | |
parent | 45a5a2249b80e4d967d655c72944c6a54bcbbd3a (diff) | |
download | ATCD-cfe0d0763c9095f05dac8be633e38820c8f21538.tar.gz |
ChangeLogTag:Wed May 5 14:14:53 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/Name_Request_Reply.cpp')
-rw-r--r-- | ace/Name_Request_Reply.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Name_Request_Reply.cpp b/ace/Name_Request_Reply.cpp index de76953a384..7554555457c 100644 --- a/ace/Name_Request_Reply.cpp +++ b/ace/Name_Request_Reply.cpp @@ -70,7 +70,7 @@ ACE_Name_Request::ACE_Name_Request ( // ... then add in the amount of the variable-sized portion. len += name_length + value_length + type_length ; - this->length (ACE_static_cast (ACE_UINT32, len)); + this->length (static_cast<ACE_UINT32> (len)); } // Initialize length_ in order to avoid problems with byte-ordering. |