mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
12 lines
105 B
C++
12 lines
105 B
C++
#include "UDPHandler.h"
|
|
|
|
BOOL UDPHandler::init()
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
void UDPHandler::free()
|
|
{
|
|
|
|
}
|