mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-19 19:59:09 +00:00
Completely kill pnUtAddr and NetAddress.
This commit is contained in:
@ -88,7 +88,7 @@ bool W9xThreadWaitId (
|
||||
);
|
||||
void W9xSocketConnect (
|
||||
AsyncCancelId * cancelId,
|
||||
const NetAddress & netAddr,
|
||||
const plNetAddress& netAddr,
|
||||
FAsyncNotifySocketProc notifyProc,
|
||||
void * param,
|
||||
const void * sendData,
|
||||
@ -126,11 +126,11 @@ void W9xSocketSetBacklogAlloc (
|
||||
unsigned bufferSize
|
||||
);
|
||||
unsigned W9xSocketStartListening (
|
||||
const NetAddress & listenAddr,
|
||||
const plNetAddress& listenAddr,
|
||||
FAsyncNotifySocketProc notifyProc
|
||||
);
|
||||
void W9xSocketStopListening (
|
||||
const NetAddress & listenAddr,
|
||||
const plNetAddress& listenAddr,
|
||||
FAsyncNotifySocketProc notifyProc
|
||||
);
|
||||
void W9xSocketEnableNagling (
|
||||
|
@ -999,7 +999,7 @@ static LRESULT CALLBACK WndProc (
|
||||
//===========================================================================
|
||||
void W9xSocketConnect (
|
||||
AsyncCancelId * cancelId,
|
||||
const NetAddress & netAddr,
|
||||
const plNetAddress& netAddr,
|
||||
FAsyncNotifySocketProc notifyProc,
|
||||
void * param,
|
||||
const void * sendData,
|
||||
@ -1148,7 +1148,7 @@ void W9xSocketDisconnect (
|
||||
|
||||
//===========================================================================
|
||||
unsigned W9xSocketStartListening (
|
||||
const NetAddress & listenAddr,
|
||||
const plNetAddress& listenAddr,
|
||||
FAsyncNotifySocketProc notifyProc
|
||||
) {
|
||||
return 0;
|
||||
@ -1157,7 +1157,7 @@ unsigned W9xSocketStartListening (
|
||||
|
||||
//===========================================================================
|
||||
void W9xSocketStopListening (
|
||||
const NetAddress & listenAddr,
|
||||
const plNetAddress& listenAddr,
|
||||
FAsyncNotifySocketProc notifyProc
|
||||
) {
|
||||
}
|
||||
|
Reference in New Issue
Block a user