Fix broken build due to forgotten definition of the reserved virtual functions.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24847 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
18d3e65ebd
commit
31f63eb4da
@ -369,3 +369,11 @@ BUSBDevice::ControlTransfer(uint8 requestType, uint8 request, uint16 value,
|
||||
|
||||
return command.control.length;
|
||||
}
|
||||
|
||||
|
||||
// definition of reserved virtual functions
|
||||
void BUSBDevice::_ReservedUSBDevice1() {};
|
||||
void BUSBDevice::_ReservedUSBDevice2() {};
|
||||
void BUSBDevice::_ReservedUSBDevice3() {};
|
||||
void BUSBDevice::_ReservedUSBDevice4() {};
|
||||
void BUSBDevice::_ReservedUSBDevice5() {};
|
||||
|
@ -267,3 +267,11 @@ BUSBRoster::Stop()
|
||||
((RosterLooper *)fLooper)->Stop();
|
||||
fLooper = NULL;
|
||||
}
|
||||
|
||||
|
||||
// definition of reserved virtual functions
|
||||
void BUSBRoster::_ReservedUSBRoster1() {};
|
||||
void BUSBRoster::_ReservedUSBRoster2() {};
|
||||
void BUSBRoster::_ReservedUSBRoster3() {};
|
||||
void BUSBRoster::_ReservedUSBRoster4() {};
|
||||
void BUSBRoster::_ReservedUSBRoster5() {};
|
||||
|
Loading…
Reference in New Issue
Block a user