diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-05-24 13:07:43 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-05-24 13:07:43 +0000 |
commit | 7d829c9ed5fef845f00ae3cdf783e2ce20af3aef (patch) | |
tree | 152468781b78f71ef2b3512b7e841aba1d74eab8 /cpp/src/slice2cppe/Gen.cpp | |
parent | move catch/ignore to the oneway block. AMI should not directly raise (diff) | |
download | ice-7d829c9ed5fef845f00ae3cdf783e2ce20af3aef.tar.bz2 ice-7d829c9ed5fef845f00ae3cdf783e2ce20af3aef.tar.xz ice-7d829c9ed5fef845f00ae3cdf783e2ce20af3aef.zip |
Removed dependence on iostream
Diffstat (limited to 'cpp/src/slice2cppe/Gen.cpp')
-rw-r--r-- | cpp/src/slice2cppe/Gen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cppe/Gen.cpp b/cpp/src/slice2cppe/Gen.cpp index 2a70f308162..18dc268c802 100644 --- a/cpp/src/slice2cppe/Gen.cpp +++ b/cpp/src/slice2cppe/Gen.cpp @@ -361,7 +361,7 @@ Slice::Gen::TypesVisitor::visitExceptionStart(const ExceptionPtr& p) if(p->isLocal()) { - H << nl << "virtual void ice_print(::std::ostream&) const;"; + H << nl << "virtual ::std::string toString() const;"; } H << nl << "virtual ::Ice::Exception* ice_clone() const;"; |