summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-27 06:14:59 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-27 06:14:59 +0000
commitfb4308146e9179a5866a2313d2e636028bf7a4ca (patch)
tree77246f346194efb4e369e3bfdecfec8a68358caa
parenta3caa08b0290f6ae279897e62eadb7dbafee0934 (diff)
downloadATCD-fb4308146e9179a5866a2313d2e636028bf7a4ca.tar.gz
-rw-r--r--TAO/tao/Messaging/Asynch_Invocation.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/Messaging/Asynch_Invocation.cpp b/TAO/tao/Messaging/Asynch_Invocation.cpp
index 2dbb1628cd6..b2c5088fa35 100644
--- a/TAO/tao/Messaging/Asynch_Invocation.cpp
+++ b/TAO/tao/Messaging/Asynch_Invocation.cpp
@@ -157,6 +157,8 @@ namespace TAO
s = TAO_INVOKE_RESTART;
else if (status == PortableInterceptor::SYSTEM_EXCEPTION
|| status == PortableInterceptor::USER_EXCEPTION)
+#else
+ ACE_UNUSED_ARG (ex);
#endif /*TAO_HAS_INTERCEPTORS*/
throw;
}