summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cppe/Gen.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2005-05-24 13:07:43 +0000
committerDwayne Boone <dwayne@zeroc.com>2005-05-24 13:07:43 +0000
commit7d829c9ed5fef845f00ae3cdf783e2ce20af3aef (patch)
tree152468781b78f71ef2b3512b7e841aba1d74eab8 /cpp/src/slice2cppe/Gen.cpp
parentmove catch/ignore to the oneway block. AMI should not directly raise (diff)
downloadice-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.cpp2
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;";