LoadContentsFromFile

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

Sets the contents of the updatable to the contents of the specified file.

Parameters

filename – Name of file containing the new updatable contents.

Throws