summaryrefslogtreecommitdiff
path: root/TAO/tao/Remote_Object_Proxy_Broker.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-02-25 13:27:03 +0100
committerGitHub <noreply@github.com>2021-02-25 13:27:03 +0100
commitfdf9fe05d6a4499ced8b55b52f179275ce0c90b0 (patch)
treeb63469e57597713738afea9d42ef0e78fcb9d7d4 /TAO/tao/Remote_Object_Proxy_Broker.cpp
parente4bcaf22324492a0d784890cd9ca86b4a707e68f (diff)
parentab938af466a77a9992d95da9fc832ff50444255f (diff)
downloadATCD-fdf9fe05d6a4499ced8b55b52f179275ce0c90b0.tar.gz
Merge pull request #1440 from jwillemsen/jw-cleanupvc6
Cleanup for vc6, use nullptr, remove redundant void, layout changes
Diffstat (limited to 'TAO/tao/Remote_Object_Proxy_Broker.cpp')
-rw-r--r--TAO/tao/Remote_Object_Proxy_Broker.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/Remote_Object_Proxy_Broker.cpp b/TAO/tao/Remote_Object_Proxy_Broker.cpp
index 38a1cc996d5..31ed703d13a 100644
--- a/TAO/tao/Remote_Object_Proxy_Broker.cpp
+++ b/TAO/tao/Remote_Object_Proxy_Broker.cpp
@@ -90,8 +90,7 @@ namespace TAO
{
TAO_IFR_Client_Adapter *adapter =
ACE_Dynamic_Service<TAO_IFR_Client_Adapter>::instance (
- TAO_ORB_Core::ifr_client_adapter_name ()
- );
+ TAO_ORB_Core::ifr_client_adapter_name ());
if (adapter == nullptr)
{