diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-05-03 17:08:12 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-05-03 17:08:12 +0000 |
commit | e6b371f866b491382c467a149751c5d87778fcab (patch) | |
tree | 6114c862519fbdef72885cfff216a4c4cef9f446 /cpp/src/slice2java/Gen.h | |
parent | adding shutdown hook (diff) | |
download | ice-e6b371f866b491382c467a149751c5d87778fcab.tar.bz2 ice-e6b371f866b491382c467a149751c5d87778fcab.tar.xz ice-e6b371f866b491382c467a149751c5d87778fcab.zip |
cleaning up sample impls
Diffstat (limited to 'cpp/src/slice2java/Gen.h')
-rw-r--r-- | cpp/src/slice2java/Gen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/slice2java/Gen.h b/cpp/src/slice2java/Gen.h index a078444bba5..9a616f859da 100644 --- a/cpp/src/slice2java/Gen.h +++ b/cpp/src/slice2java/Gen.h @@ -200,9 +200,9 @@ private: protected: // - // Generate code to assign a value + // Generate code to return a value // - void writeAssign(::IceUtil::Output&, const std::string&, const TypePtr&, const std::string&, int&); + void writeReturn(::IceUtil::Output&, const TypePtr&); // // Generate an operation |