summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Object_Adapter.cpp
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-26 18:57:11 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-26 18:57:11 +0000
commit8b5ce712ede0305221947978306641c3d83cde4f (patch)
tree7d81a575fc1bfc294607d28443909c094c39f46c /TAO/tao/PortableServer/Object_Adapter.cpp
parentedb3a2606d5a2fa8389529c65c384905e6f36218 (diff)
downloadATCD-8b5ce712ede0305221947978306641c3d83cde4f.tar.gz
ChangeLogTag: Fri Jan 26 18:56:23 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
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;
}