diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-03 22:43:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-04 00:57:58 +0300 |
commit | de73e67e830c15e6b623ba03eda88f9faacac40c (patch) | |
tree | 79422e9c944b751cd0c0b8ad6fd37e32ddaaa130 /src/resources/db/unitsdb.h | |
parent | 653f89fa3b236103670796af4b76a23e8ae84248 (diff) | |
download | plus-de73e67e830c15e6b623ba03eda88f9faacac40c.tar.gz plus-de73e67e830c15e6b623ba03eda88f9faacac40c.tar.bz2 plus-de73e67e830c15e6b623ba03eda88f9faacac40c.tar.xz plus-de73e67e830c15e6b623ba03eda88f9faacac40c.zip |
Add missing load / unload databases logging.
Diffstat (limited to 'src/resources/db/unitsdb.h')
-rw-r--r-- | src/resources/db/unitsdb.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/resources/db/unitsdb.h b/src/resources/db/unitsdb.h index 68cafe554..0681567c0 100644 --- a/src/resources/db/unitsdb.h +++ b/src/resources/db/unitsdb.h @@ -34,7 +34,9 @@ namespace UnitsDb /** * Loads and parses the units.xml file (if found). */ - void loadUnits(); + void load(); + + void unload(); void loadXmlFile(const std::string &fileName, const SkipError skipError); |