summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/faultTolerance/TestI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/faultTolerance/TestI.cpp')
-rw-r--r--cpp/test/Ice/faultTolerance/TestI.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/test/Ice/faultTolerance/TestI.cpp b/cpp/test/Ice/faultTolerance/TestI.cpp
index 12551b866d8..1f439c7ed7e 100644
--- a/cpp/test/Ice/faultTolerance/TestI.cpp
+++ b/cpp/test/Ice/faultTolerance/TestI.cpp
@@ -24,19 +24,19 @@ TestI::shutdown(const Ice::Current&)
void
TestI::abort(const Ice::Current&)
{
- exit(0);
+ ::_exit(0);
}
void
TestI::idempotentAbort(const Ice::Current&)
{
- exit(0);
+ ::_exit(0);
}
void
TestI::nonmutatingAbort(const Ice::Current&) const
{
- exit(0);
+ ::_exit(0);
}
Ice::Int