コード例 #1
0
EXPORT(sqInt) secCanCreateSocketOfType(sqInt netType, sqInt socketType) {
	return ioCanCreateSocketOfType(netType, socketType);
}
コード例 #2
0
secCanCreateSocketOfType(sqInt netType, sqInt socketType)
{
	// SecurityPlugin>>#secCanCreate:SocketOfType:
	return ioCanCreateSocketOfType(netType, socketType);
}