diff options
Diffstat (limited to 'TAO/tao/Exception.cpp')
-rw-r--r-- | TAO/tao/Exception.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/Exception.cpp b/TAO/tao/Exception.cpp index 01adcbeabab..86992111f17 100644 --- a/TAO/tao/Exception.cpp +++ b/TAO/tao/Exception.cpp @@ -436,6 +436,9 @@ CORBA_SystemException::_info (void) const case TAO_ORB_CORE_INIT_LOCATION_CODE: location = "ORB Core initialization failed"; break; + case TAO_POLICY_NARROW_CODE: + location = "Failure when narrowing a Policy"; + break; default: location = "unknown location"; } |