diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-05-16 19:49:36 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-05-16 19:49:36 +0000 |
commit | 8bc8e92127d938895457312712d9a1e42e006211 (patch) | |
tree | 222be6226f4d59aa0bf436e691430a05dfd6c424 /cpp/test/Ice/interceptor/MyObjectI.cpp | |
parent | added missing .depend file (diff) | |
download | ice-8bc8e92127d938895457312712d9a1e42e006211.tar.bz2 ice-8bc8e92127d938895457312712d9a1e42e006211.tar.xz ice-8bc8e92127d938895457312712d9a1e42e006211.zip |
Windows (VC60) build fixes
Diffstat (limited to 'cpp/test/Ice/interceptor/MyObjectI.cpp')
-rw-r--r-- | cpp/test/Ice/interceptor/MyObjectI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/interceptor/MyObjectI.cpp b/cpp/test/Ice/interceptor/MyObjectI.cpp index 8e396190df7..10d83a0efb3 100644 --- a/cpp/test/Ice/interceptor/MyObjectI.cpp +++ b/cpp/test/Ice/interceptor/MyObjectI.cpp @@ -19,7 +19,7 @@ using namespace std; void Test::RetryException::ice_print(ostream& out) const { - Ice::Exception::ice_print(out); + Exception::ice_print(out); out << ":\nretry dispatch"; } |