diff options
author | Mark Spruiell <mes@zeroc.com> | 2018-02-01 10:42:02 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2018-02-01 10:42:02 -0800 |
commit | a34dfc0906d5e3b09b5dc333e1e1d373b850a314 (patch) | |
tree | c63751eb56112774df48956c08c7d7eac40e7f12 /cpp/src/Slice/JavaUtil.h | |
parent | Added ice_fixed to generated Java proxy class, added test to check proxy retu... (diff) | |
download | ice-a34dfc0906d5e3b09b5dc333e1e1d373b850a314.tar.bz2 ice-a34dfc0906d5e3b09b5dc333e1e1d373b850a314.tar.xz ice-a34dfc0906d5e3b09b5dc333e1e1d373b850a314.zip |
ICE-8544 - Updates to packaging metadata
Diffstat (limited to 'cpp/src/Slice/JavaUtil.h')
-rw-r--r-- | cpp/src/Slice/JavaUtil.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cpp/src/Slice/JavaUtil.h b/cpp/src/Slice/JavaUtil.h index efb0297ea7d..01ad098c1da 100644 --- a/cpp/src/Slice/JavaUtil.h +++ b/cpp/src/Slice/JavaUtil.h @@ -98,7 +98,7 @@ protected: const std::string& = std::string()) const; // - // Returns the package prefix for a give Slice file. + // Returns the package prefix of a Contained entity. // std::string getPackagePrefix(const ContainedPtr&) const; @@ -223,7 +223,6 @@ private: std::string _dir; ::IceUtilInternal::Output* _out; - mutable std::map<std::string, std::string> _filePackagePrefix; }; class JavaGenerator : private ::IceUtil::noncopyable @@ -265,7 +264,7 @@ protected: const std::string& = std::string()) const; // - // Returns the package prefix for a give Slice file. + // Returns the package prefix of a Contained entity. // std::string getPackagePrefix(const ContainedPtr&) const; @@ -397,7 +396,6 @@ private: std::string _dir; ::IceUtilInternal::Output* _out; - mutable std::map<std::string, std::string> _filePackagePrefix; }; } |