git-svn-id: svn://db.shs.com.ru/libs@101 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user