diff options
author | ZeroC Staff <git@zeroc.com> | 2007-11-21 22:33:27 -0500 |
---|---|---|
committer | ZeroC Staff <git@zeroc.com> | 2007-11-21 22:33:27 -0500 |
commit | f419abacd263d1f7e648e5f49c72f999424ff03f (patch) | |
tree | 0c1da545305db95281266f23f0b39c3f3584c6cd /cpp/src/Freeze/TransactionalEvictorContext.cpp | |
parent | Refactored server-properties access/retrieval from IceGrid admin client (diff) | |
download | ice-f419abacd263d1f7e648e5f49c72f999424ff03f.tar.bz2 ice-f419abacd263d1f7e648e5f49c72f999424ff03f.tar.xz ice-f419abacd263d1f7e648e5f49c72f999424ff03f.zip |
Fixed VC6 build failures
Diffstat (limited to 'cpp/src/Freeze/TransactionalEvictorContext.cpp')
-rw-r--r-- | cpp/src/Freeze/TransactionalEvictorContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Freeze/TransactionalEvictorContext.cpp b/cpp/src/Freeze/TransactionalEvictorContext.cpp index 99fd3ecdafa..9d88aeef073 100644 --- a/cpp/src/Freeze/TransactionalEvictorContext.cpp +++ b/cpp/src/Freeze/TransactionalEvictorContext.cpp @@ -54,7 +54,7 @@ Freeze::TransactionalEvictorDeadlockException::ice_throw() const void Freeze::TransactionalEvictorDeadlockException::ice_print(ostream& out) const { - Ice::Exception::ice_print(out); + Exception::ice_print(out); out << ":\ntransactional evictor deadlock exception"; } |