summaryrefslogtreecommitdiff
path: root/ace/CORBA_macros.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-06-21 13:46:25 +0000
committerSteve Huston <shuston@riverace.com>1999-06-21 13:46:25 +0000
commitbd340bbadc6732d119e7c08f0087316649149b85 (patch)
tree328cb26a4ada2728b5ac3eb40234e15fc1d800fd /ace/CORBA_macros.h
parent55d3099437e90c344f511da0ae9106dee739c7c8 (diff)
downloadATCD-bd340bbadc6732d119e7c08f0087316649149b85.tar.gz
Added __HP_aCC to the compilers requiring special case for throwing exception
from value-returning function
Diffstat (limited to 'ace/CORBA_macros.h')
-rw-r--r--ace/CORBA_macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/CORBA_macros.h b/ace/CORBA_macros.h
index b59c55ab285..8fe0e1ba71a 100644
--- a/ace/CORBA_macros.h
+++ b/ace/CORBA_macros.h
@@ -86,7 +86,7 @@
// used within try blocks.
# define ACE_THROW(EXCEPTION) throw EXCEPTION
// Throwing an exception when the function reqires a return value.
-# if defined (WIN32)
+# if defined (WIN32) || defined (__HP_aCC)
# define ACE_THROW_RETURN(EXCEPTION, RETV) \
do \
{ \