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

This commit is contained in:
2016-07-21 15:02:05 +00:00
parent feefedf062
commit f8a46d1719
9 changed files with 98 additions and 37 deletions

View File

@@ -36,6 +36,11 @@ const KSection KInterface::section(int v) const {
}
const KSection & KInterface::root() const {
return core->k_;
}
void KInterface::send() {
core->K_Send();
}
@@ -58,3 +63,8 @@ void KInterface::read(PIIODevice * d) {
void KInterface::parse(PIIODevice * d) {
core->k_parse(d);
}
void KInterface::update(PIIODevice * d) {
core->k_update(d);
}