diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-09-07 18:16:55 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-09-07 18:16:55 +0000 |
commit | d14b28a6f7813e80cdfb0594bd6bc490f01e07fc (patch) | |
tree | 1b0919d40fad02d161895fd674681e76aa1a4d1d /cpp/include/Slice/PythonUtil.h | |
parent | make the communicator accessible (diff) | |
download | ice-d14b28a6f7813e80cdfb0594bd6bc490f01e07fc.tar.bz2 ice-d14b28a6f7813e80cdfb0594bd6bc490f01e07fc.tar.xz ice-d14b28a6f7813e80cdfb0594bd6bc490f01e07fc.zip |
generate import statements for included files; improving exception mapping
Diffstat (limited to 'cpp/include/Slice/PythonUtil.h')
-rw-r--r-- | cpp/include/Slice/PythonUtil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Slice/PythonUtil.h b/cpp/include/Slice/PythonUtil.h index 2235611a057..943cda19723 100644 --- a/cpp/include/Slice/PythonUtil.h +++ b/cpp/include/Slice/PythonUtil.h @@ -21,7 +21,7 @@ namespace Python // // Generate Python code for a translation unit. // -SLICE_API void generate(const Slice::UnitPtr&, IceUtil::Output&); +SLICE_API void generate(const Slice::UnitPtr&, bool, IceUtil::Output&); // // Split up a string using whitespace delimiters. |