summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connector.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2014-02-20 07:46:23 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2014-02-20 07:46:23 +0000
commit26d29c1f4a03c4f07886ab7faf9abacddf3ef020 (patch)
treedd7756e8748144b8f108861d2a4af13cab3c32a0 /TAO/tao/IIOP_Connector.cpp
parent0f0fd221dd988886f856def4ec6410f98d4beb55 (diff)
downloadATCD-26d29c1f4a03c4f07886ab7faf9abacddf3ef020.tar.gz
Thu Feb 20 07:47:10 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/IIOP_Connector.cpp: Put TList_Holder in a named namespace to resolve some invalid Intel C++ warnings
Diffstat (limited to 'TAO/tao/IIOP_Connector.cpp')
-rw-r--r--TAO/tao/IIOP_Connector.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/IIOP_Connector.cpp b/TAO/tao/IIOP_Connector.cpp
index 05ab0e5d7a5..b532e9ef52d 100644
--- a/TAO/tao/IIOP_Connector.cpp
+++ b/TAO/tao/IIOP_Connector.cpp
@@ -393,7 +393,7 @@ TAO_IIOP_Connector::begin_connection (TAO_IIOP_Connection_Handler *&svc_handler,
return result;
}
-namespace
+namespace TAO_IIOP
{
/// RAII holder for a TAO_Transport list
class TList_Holder
@@ -435,7 +435,7 @@ TAO_IIOP_Connector::complete_connection (int result,
TAO_LF_Multi_Event *mev,
ACE_Time_Value *timeout)
{
- TList_Holder tlist(count);
+ TAO_IIOP::TList_Holder tlist(count);
TAO_Transport *transport = 0;