--- old/src/jdk.jpackage/share/native/libapplauncher/PropertyFile.h 2019-02-15 18:10:42.116322900 -0800 +++ new/src/jdk.jpackage/share/native/libapplauncher/PropertyFile.h 2019-02-15 18:10:40.236134900 -0800 @@ -42,15 +42,13 @@ PropertyFile(void); PropertyFile(const TString FileName); PropertyFile(OrderedMap Value); - PropertyFile(const PropertyFile &Value); + PropertyFile(PropertyFile &Value); virtual ~PropertyFile(void); bool IsModified(); bool GetReadOnly(); void SetReadOnly(bool Value); - //void Assign(std::map Value); - bool LoadFromFile(const TString FileName); bool SaveToFile(const TString FileName, bool ownerOnly = true); @@ -62,7 +60,6 @@ // IPropertyContainer virtual bool GetValue(const TString Key, TString& Value); virtual size_t GetCount(); - // virtual std::vector GetKeys(); }; #endif // PROPERTYFILE_H