コード例 #1
0
EXPORT(sqInt) secCanListenOnPort(sqInt socket, sqInt port) {
	return ioCanListenOnPort(socket, port);
}
コード例 #2
0
secCanListenOnPort(sqInt socket, sqInt port)
{
	// SecurityPlugin>>#secCan:ListenOnPort:
	return ioCanListenOnPort(socket, port);
}