summaryrefslogtreecommitdiff
path: root/TAO/tao/Collocated_Invocation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Collocated_Invocation.cpp')
-rw-r--r--TAO/tao/Collocated_Invocation.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/Collocated_Invocation.cpp b/TAO/tao/Collocated_Invocation.cpp
index eb3b6eaaba3..38434f7ba0e 100644
--- a/TAO/tao/Collocated_Invocation.cpp
+++ b/TAO/tao/Collocated_Invocation.cpp
@@ -129,7 +129,8 @@ namespace TAO
// list, if not, then throw an Unknown exception
if (!this->details_.has_exception (ex))
{
- throw ::CORBA::UNKNOWN (0, CORBA::COMPLETED_YES);
+ throw ::CORBA::UNKNOWN (CORBA::OMGVMCID | 1,
+ CORBA::COMPLETED_MAYBE);
}
else
{