Page MenuHomePhabricator

Add a IOUtil::LoadBaseData() method for symmetry
Closed, ResolvedPublic

Description

There is a IOUtil::SaveBaseData() but no IOUtil::LoadBaseData() method. For symmetry and easy use, we should add such a method.

Event Timeline

User zelzer has pushed new remote branch:

bug-17508-load-base-data-method

[70680e]: Merge branch 'bug-17508-load-base-data-method'

Merged commits:

2014-03-13 18:52:54 Sascha Zelzer [463f62]
Added LoadBaseData() method.


2014-03-13 18:52:39 Sascha Zelzer [7631e7]
Use const & for the string parameter.