git-svn-id: svn://db.shs.com.ru/libs@238 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -17,7 +17,6 @@ KInterface::KInterface() {
|
||||
CONNECTU(core, K_SendFail, this, sendFailed);
|
||||
CONNECTU(core, K_Received, this, received);
|
||||
CONNECTU(core, K_ReceiveFail, this, receiveFailed);
|
||||
CONNECTU(core, K_KeepNamesRequest, this, keepNamesRequest);
|
||||
}
|
||||
|
||||
|
||||
@@ -127,8 +126,8 @@ void KInterface::parse(PIIODevice * d) {
|
||||
}
|
||||
|
||||
|
||||
void KInterface::update(PIIODevice * d) {
|
||||
core->k_update(d);
|
||||
void KInterface::update(PIIODevice * d, UpdateModeFlags mode) {
|
||||
core->k_update(d, mode);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user