summaryrefslogtreecommitdiff
path: root/common/ini/ini_comment.h
AgeCommit message (Collapse)AuthorFilesLines
2010-04-30Introducing a comment objectDmitri Pal1-0/+106
Comment object will store the comments found in the INI file. It is based on the ref_array interface. Fixing review comments for comment obj.