[7443] Better error reporting at DBC files extraction in ad.exe. No functionlity chnages in normal work case.

This commit is contained in:
VladimirMangos 2009-03-12 10:01:34 +03:00
parent 498ab2df07
commit 719991d381
5 changed files with 42 additions and 14 deletions

View file

@ -10,7 +10,7 @@ public:
~DBCFile();
// Open database. It must be openened before it can be used.
void open();
bool open();
// Database exceptions
class Exception