diff options
author | Bernard Normier <bernard@zeroc.com> | 2021-01-08 15:55:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-08 15:55:09 -0500 |
commit | cf623fd25b942c4f79d2c156e4cbcb622f061f46 (patch) | |
tree | 11efc86a57808519ce9ec95934cb6f7a7fef6664 /cpp/src/slice2cpp/Gen.h | |
parent | Added libedit (diff) | |
download | ice-cf623fd25b942c4f79d2c156e4cbcb622f061f46.tar.bz2 ice-cf623fd25b942c4f79d2c156e4cbcb622f061f46.tar.xz ice-cf623fd25b942c4f79d2c156e4cbcb622f061f46.zip |
Rename global metadata to local metadata. (#1231)
Fixes #828
Diffstat (limited to 'cpp/src/slice2cpp/Gen.h')
-rw-r--r-- | cpp/src/slice2cpp/Gen.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/slice2cpp/Gen.h b/cpp/src/slice2cpp/Gen.h index c2e798135fd..b9cae63c035 100644 --- a/cpp/src/slice2cpp/Gen.h +++ b/cpp/src/slice2cpp/Gen.h @@ -41,14 +41,14 @@ private: void writeExtraHeaders(::IceUtilInternal::Output&); // - // Returns the header extension defined in the global metadata for a given file, - // or an empty string if no global metadata was found. + // Returns the header extension defined in the file metadata for a given file, + // or an empty string if no file metadata was found. // std::string getHeaderExt(const std::string& file, const UnitPtr& unit); // - // Returns the source extension defined in the global metadata for a given file, - // or an empty string if no global metadata was found. + // Returns the source extension defined in the file metadata for a given file, + // or an empty string if no file metadata was found. // std::string getSourceExt(const std::string& file, const UnitPtr& unit); |