Add accessors for data members
Borland's Object Windows Library for the modern age
Brought to you by:
jogybl,
sebas_ledesma
Note that public_data and protected_data were removed in Owlet [r2202], simply replacing public_data by public and protected_data by protected. This seems like a prudent first step for backwards compatibility. Then each class can be refactored case by case, depending on need and feasibility, using OWL5_COMPAT mode to provide backwards compatibility where required.
Related
Commit: [r2202]