git-svn-id: svn://db.shs.com.ru/libs@389 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -7,20 +7,6 @@ CInterface C;
|
||||
|
||||
|
||||
CInterface::CInterface(): Interface(CDType::cdC) {
|
||||
CONNECTU(core, C_Sended, this, sended);
|
||||
CONNECTU(core, C_SendFail, this, sendFailed);
|
||||
CONNECTU(core, C_Received, this, received);
|
||||
CONNECTU(core, C_ReceiveFail, this, receiveFailed);
|
||||
}
|
||||
|
||||
|
||||
void CInterface::send() {
|
||||
core->C_Send();
|
||||
}
|
||||
|
||||
|
||||
void CInterface::request() {
|
||||
core->C_Request();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user