Files
netch/Redirector/UDPHandler.cpp
2021-08-01 13:22:02 +08:00

12 lines
105 B
C++

#include "UDPHandler.h"
BOOL UDPHandler::init()
{
return 0;
}
void UDPHandler::free()
{
}