diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-25 19:59:59 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-25 19:59:59 +0000 |
commit | e07f0257e265716e367ee19aad639b31bfd166b5 (patch) | |
tree | 3bd67f62cef397ed9cf6cf9f537c8a2024b8dffe /TAO/tao/Policy_Set.cpp | |
parent | e92840f9f8e51fbddeb5d130231ff831e9c68a22 (diff) | |
download | ATCD-e07f0257e265716e367ee19aad639b31bfd166b5.tar.gz |
ChangeLogTag: Thu Jan 25 19:56:33 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tao/Policy_Set.cpp')
-rw-r--r-- | TAO/tao/Policy_Set.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/Policy_Set.cpp b/TAO/tao/Policy_Set.cpp index 1faa2a5a50d..1ec2b80722b 100644 --- a/TAO/tao/Policy_Set.cpp +++ b/TAO/tao/Policy_Set.cpp @@ -75,8 +75,7 @@ TAO_Policy_Set::TAO_Policy_Set (const TAO_Policy_Set &rhs) catch ( ::CORBA::Exception& ex) { if (TAO_debug_level > 4) - ACE_PRINT_EXCEPTION (ex, - "TAO_Policy_Set::TAO_Policy_Set"); + ex._tao_print_exception ("TAO_Policy_Set::TAO_Policy_Set"); // "Try" to make this recoverable as we must have run out of memory. this->policy_list_.length (0); |