window: used osiSock to discover broadcast addresses, used more portable types, replaced two instances of variable length stack allocation with std::vector
This commit is contained in:
@@ -32,7 +32,7 @@ BaseChannelRequester::BaseChannelRequester(
|
||||
|
||||
}
|
||||
|
||||
boolean BaseChannelRequester::startRequest(int32 qos)
|
||||
bool BaseChannelRequester::startRequest(int32 qos)
|
||||
{
|
||||
Lock guard(_mutex);
|
||||
if (_pendingRequest != NULL_REQUEST)
|
||||
|
||||
Reference in New Issue
Block a user