Page History

Turn Off History

This method has six variants:

In new ClassAds, InsertAttr() is a direct equivalent set of methods. The only differences are the return type (int vs. bool) and new ClassAds don't have a float variant.

A simple search-and-replace or set of pass-through functions will work. In the former case, some call sites may need to be fixed up because of the change in return type.

Developer time: minutes, some student time for search-and-replace fixup