summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/ORT/Object_Factory_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/ORT/Object_Factory_i.cpp')
-rw-r--r--TAO/orbsvcs/examples/ORT/Object_Factory_i.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/ORT/Object_Factory_i.cpp b/TAO/orbsvcs/examples/ORT/Object_Factory_i.cpp
index 854519127e0..20ec718076c 100644
--- a/TAO/orbsvcs/examples/ORT/Object_Factory_i.cpp
+++ b/TAO/orbsvcs/examples/ORT/Object_Factory_i.cpp
@@ -26,8 +26,7 @@ Object_Factory_i::create_object (const char *interface_repository_id,
PortableServer::string_to_ObjectId (stringified_object.in ());
const PortableInterceptor::ObjectId *obj_id =
- ACE_reinterpret_cast (const PortableInterceptor::ObjectId *,
- &id.in ());
+ reinterpret_cast<const PortableInterceptor::ObjectId *> (&id.in ());
ACE_UNUSED_ARG(obj_id);
ACE_UNUSED_ARG(interface_repository_id);
/*