diff options
author | Jose <jose@zeroc.com> | 2009-10-03 01:07:56 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2009-10-03 01:07:56 +0200 |
commit | a00430c3a79067e9bdd5a62620fcfbc9da536601 (patch) | |
tree | dbda5220894c256cf73725c6f17d618b8289152d /cpp/include/Slice/JavaUtil.h | |
parent | Fixes related to 3772: (diff) | |
download | ice-a00430c3a79067e9bdd5a62620fcfbc9da536601.tar.bz2 ice-a00430c3a79067e9bdd5a62620fcfbc9da536601.tar.xz ice-a00430c3a79067e9bdd5a62620fcfbc9da536601.zip |
4190 - Add header to generated files to indicate they are autogenerated.
commit 910bdd9d5cd71ac2cd357dbe5ee82b7ae81fca89
Merge: 429a086 1873f9f
Author: Jose <jose@zeroc.com>
Date: Sat Oct 3 01:00:34 2009 +0200
Diffstat (limited to 'cpp/include/Slice/JavaUtil.h')
-rw-r--r-- | cpp/include/Slice/JavaUtil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/Slice/JavaUtil.h b/cpp/include/Slice/JavaUtil.h index 8f805f7e60b..9ced767180b 100644 --- a/cpp/include/Slice/JavaUtil.h +++ b/cpp/include/Slice/JavaUtil.h @@ -60,9 +60,9 @@ protected: // // Given the fully-scoped Java class name, create any intermediate - // package directories and open the class file + // package directories and open the class file, // - void open(const std::string&); + void open(const std::string&, const std::string&); ::IceUtilInternal::Output& output() const; |