diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-06-20 15:36:01 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-06-20 15:36:01 +0000 |
commit | 80e41f913fb998d756e0b1a5179f0ed3a8163ac6 (patch) | |
tree | e0f96f66d62160100164bb43ec1457ea0ef8e5f1 /cpp/src/slice2cppe/Gen.cpp | |
parent | Did a make depend. (diff) | |
download | ice-80e41f913fb998d756e0b1a5179f0ed3a8163ac6.tar.bz2 ice-80e41f913fb998d756e0b1a5179f0ed3a8163ac6.tar.xz ice-80e41f913fb998d756e0b1a5179f0ed3a8163ac6.zip |
Readded toString()
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 30dd9bbbcd4..b45a9f262b9 100644 --- a/cpp/src/slice2cppe/Gen.cpp +++ b/cpp/src/slice2cppe/Gen.cpp @@ -460,7 +460,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;"; |