summaryrefslogtreecommitdiff
path: root/netsvcs
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-01-21 02:19:20 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-01-21 02:19:20 +0000
commit7061929d7bb9646b0d90dec0f72d418c5a866c4e (patch)
treec0bb0eb13dfd8efbb8228ba705798e4742d786d7 /netsvcs
parent0079ef6190c9e047256a485eff2799e8cc10ef02 (diff)
downloadATCD-7061929d7bb9646b0d90dec0f72d418c5a866c4e.tar.gz
ChangeLogTag:Thu Jan 20 18:18:00 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'netsvcs')
-rw-r--r--netsvcs/lib/Name_Handler.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/netsvcs/lib/Name_Handler.cpp b/netsvcs/lib/Name_Handler.cpp
index a0c20e4c386..628a604511f 100644
--- a/netsvcs/lib/Name_Handler.cpp
+++ b/netsvcs/lib/Name_Handler.cpp
@@ -560,8 +560,7 @@ ACE_Name_Handler::lists_entries (void)
int result = -1;
const ACE_Name_Request::Constants msg_type =
- ACE_static_cast (ACE_Name_Request::Constants,
- this->name_request_.msg_type ());
+ static_cast<ACE_Name_Request::Constants> (this->name_request_.msg_type ());
// NOTE: This multi-branch conditional statement used to be
// (and should be) a switch statement. However, it caused