summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Object_Adapter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Object_Adapter.cpp')
-rw-r--r--TAO/tao/PortableServer/Object_Adapter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/Object_Adapter.cpp b/TAO/tao/PortableServer/Object_Adapter.cpp
index 4cbbd6cf69f..8c854b27170 100644
--- a/TAO/tao/PortableServer/Object_Adapter.cpp
+++ b/TAO/tao/PortableServer/Object_Adapter.cpp
@@ -474,7 +474,7 @@ TAO_Object_Adapter::activate_poa (const poa_name &folded_name,
1
);
}
- catch ( ::PortableServer::POA::AdapterNonExistent&)
+ catch (const PortableServer::POA::AdapterNonExistent&)
{
return -1;
}