diff options
author | Bernard Normier <bernard@zeroc.com> | 2006-07-28 15:15:29 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2006-07-28 15:15:29 +0000 |
commit | a1f32efb16a91eabcedd30f357f702ea7d03b488 (patch) | |
tree | 0f5d268f6be5a2909dabf165436776cf21d5018c /cppe/test/IceE/faultTolerance/TestI.cpp | |
parent | adding RubyUtil (diff) | |
download | ice-a1f32efb16a91eabcedd30f357f702ea7d03b488.tar.bz2 ice-a1f32efb16a91eabcedd30f357f702ea7d03b488.tar.xz ice-a1f32efb16a91eabcedd30f357f702ea7d03b488.zip |
Removed nonmutating
Diffstat (limited to 'cppe/test/IceE/faultTolerance/TestI.cpp')
-rw-r--r-- | cppe/test/IceE/faultTolerance/TestI.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cppe/test/IceE/faultTolerance/TestI.cpp b/cppe/test/IceE/faultTolerance/TestI.cpp index f7160115e94..d55de476da7 100644 --- a/cppe/test/IceE/faultTolerance/TestI.cpp +++ b/cppe/test/IceE/faultTolerance/TestI.cpp @@ -34,12 +34,6 @@ TestI::idempotentAbort(const Ice::Current&) exit(0); } -void -TestI::nonmutatingAbort(const Ice::Current&) const -{ - exit(0); -} - Ice::Int TestI::pid(const Ice::Current&) { |