git-svn-id: svn://db.shs.com.ru/libs@111 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2016-08-01 12:18:56 +00:00
parent bf7c678313
commit b5923b7ba3
5 changed files with 9 additions and 9 deletions

View File

@@ -8,6 +8,7 @@ using namespace CDUtils;
KInterface::KInterface() {
core = Core::instance();
piCoutObj << core;
k_file = PIStringAscii("k.dat");
k_file_size = 0;
CONNECTU(core, K_Sended, this, sended);