summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Bug_1559
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Bug_1559')
-rw-r--r--TAO/tests/Portable_Interceptors/Bug_1559/interceptors.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Portable_Interceptors/Bug_1559/interceptors.cpp b/TAO/tests/Portable_Interceptors/Bug_1559/interceptors.cpp
index 31573b915ec..59850c5388c 100644
--- a/TAO/tests/Portable_Interceptors/Bug_1559/interceptors.cpp
+++ b/TAO/tests/Portable_Interceptors/Bug_1559/interceptors.cpp
@@ -417,7 +417,7 @@ Echo_Server_Request_Interceptor::forward_reference (CORBA::Object_ptr forward_lo
if (CORBA::is_nil (forward_location))
ACE_THROW (CORBA::INV_OBJREF (
CORBA::SystemException::_tao_minor_code (
- TAO_DEFAULT_MINOR_CODE,
+ TAO::VMCID,
EINVAL),
CORBA::COMPLETED_NO));
this->forward_location_ = CORBA::Object::_duplicate (forward_location);