67,68c67,68
< //Constructor
< SimpleRenameMap() {};
---
> /** Default constructor. init() must be called prior to use. */
> SimpleRenameMap() {};
72a73
> /** Initializes rename map with given parameters. */
88a90
> /** Sets the free list used with this rename map. */
154d155
< //Change this to private