summaryrefslogtreecommitdiff
path: root/TAO/tests/Native_Exceptions
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-11 13:15:45 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-11 13:15:45 +0000
commit554bd31dd6837c87bf5de0bb13c17560678f27c1 (patch)
tree6b09a3762ee70ef34293c5ed8309366f7657bd32 /TAO/tests/Native_Exceptions
parenta513228b2f5e40bfdeb36831c8d6a6ad4faec204 (diff)
downloadATCD-554bd31dd6837c87bf5de0bb13c17560678f27c1.tar.gz
ChangeLogTag: Sat Aug 11 08:14:59 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/Native_Exceptions')
-rw-r--r--TAO/tests/Native_Exceptions/test_i.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tests/Native_Exceptions/test_i.cpp b/TAO/tests/Native_Exceptions/test_i.cpp
index ca7ddf1416b..62d188ff01f 100644
--- a/TAO/tests/Native_Exceptions/test_i.cpp
+++ b/TAO/tests/Native_Exceptions/test_i.cpp
@@ -21,8 +21,10 @@ Simple_Server_i::test_raise (CORBA::Long x)
{
throw Simple_Server::Failure ();
+# if defined (WIN32) || defined (__HP_aCC)
// Make HP-UX's aCC happy
return x;
+#endif /*WIN32 & HP */
}
void