git-svn-id: svn://db.shs.com.ru/libs@231 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -5,10 +5,12 @@
|
||||
|
||||
using namespace CDUtils;
|
||||
|
||||
KInterface K;
|
||||
|
||||
|
||||
KInterface::KInterface() {
|
||||
core = CDCore::instance();
|
||||
//piCoutObj << core;
|
||||
//piCoutObj << (void*)this << core;
|
||||
k_file = PIStringAscii("k.dat");
|
||||
k_file_size = 0;
|
||||
CONNECTU(core, K_Sended, this, sended);
|
||||
@@ -35,11 +37,13 @@ CDType & KInterface::operator [](const PIString & name_) {
|
||||
|
||||
|
||||
CDType & KInterface::operator [](int v) {
|
||||
//piCout << (void*)this << "[]" << core;
|
||||
return core->k_[v];
|
||||
}
|
||||
|
||||
|
||||
const CDType KInterface::operator [](int v) const {
|
||||
//piCout << (void*)this << "[]" << core;
|
||||
return core->k_[v];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user