SaveContentsToFile

virtual void IUpdatable::SaveContentsToFile(const std::string &filename) = 0

Gets the contents of the updatable and saves it in the specified file.

Parameters

filename – Name of file in which updatable contents is stored.

Throws