summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-02-08 04:33:13 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-02-08 04:33:13 +0000
commit7678edc293d9688728b00c3997e20e3ab5a06b51 (patch)
tree9b3a4210a0438a04114b41ce461daab4532959c5
parentabcf943162e4c05f824b4e1500fa8d345e5713d4 (diff)
downloadATCD-7678edc293d9688728b00c3997e20e3ab5a06b51.tar.gz
.
-rw-r--r--ace/CORBA_macros.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/CORBA_macros.h b/ace/CORBA_macros.h
index 735a0e5f96e..d747bf6c9e3 100644
--- a/ace/CORBA_macros.h
+++ b/ace/CORBA_macros.h
@@ -66,16 +66,12 @@
// used within try blocks.
# define ACE_THROW(EXCEPTION) throw EXCEPTION
// Throwing an exception when the function reqires a return value.
-# if defined (WIN32)
# define ACE_THROW_RETURN(EXCEPTION, RETV) \
do \
{ \
throw EXCEPTION; \
return RETV; \
} while (0)
-# else /* WIN32 */
-# define ACE_THROW_RETURN(EXCEPTION) throw EXCEPTION
-# endif /* WIN32 */
// For compilers with native exceptions, we can simply use
// try to try. ;-) do {} while (0) is required to avoid