dboo::version_handler::has_old_class_id
bool has_old_class_id() const;
n/a
Checks if the class name has changed. Use dboo::version_handler::class_renamed_from to set old name.
Parameters
(none)
Return value
Returns true if the class name has changed.
Example