Changed getMessage to getMessage() const and changed message member variable to const which triggered some other good but unexpected changes (eliminating default constructors on IOException and duplicate message members in derived exceptions).
Curt Arnold added a comment - 22/Oct/04 03:19 PM Initial CVS commit: http://nagoya.apache.org/eyebrowse/ReadMsg?listName=log4cxx-dev@logging.apache.org&msgNo=323 (or nearby)
Changed getMessage to getMessage() const and changed message member variable to const which triggered some other good but unexpected changes (eliminating default constructors on IOException and duplicate message members in derived exceptions).
Changed getMessage to getMessage() const and changed message member variable to const which triggered some other good but unexpected changes (eliminating default constructors on IOException and duplicate message members in derived exceptions).