diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-08-26 16:29:48 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-08-26 16:29:48 +0000 |
commit | 285955241991fdac0a9b6046903c807093c3b788 (patch) | |
tree | 4ae11cffc798f9237059bbc7b439697b8c30a5a9 /cpp/src/slice2java/Gen.h | |
parent | catch exception (diff) | |
download | ice-285955241991fdac0a9b6046903c807093c3b788.tar.bz2 ice-285955241991fdac0a9b6046903c807093c3b788.tar.xz ice-285955241991fdac0a9b6046903c807093c3b788.zip |
allow metadata for operation return value and parameters
Diffstat (limited to 'cpp/src/slice2java/Gen.h')
-rw-r--r-- | cpp/src/slice2java/Gen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2java/Gen.h b/cpp/src/slice2java/Gen.h index e324ddf5523..10d167ef940 100644 --- a/cpp/src/slice2java/Gen.h +++ b/cpp/src/slice2java/Gen.h @@ -214,7 +214,7 @@ private: // Generate code to emit a local variable declaration and initialize it // if necessary. // - void writeDecl(::IceUtil::Output&, const std::string&, const std::string&, const TypePtr&); + void writeDecl(::IceUtil::Output&, const std::string&, const std::string&, const TypePtr&, const StringList&); // // Generate code to return a value. |