udp.h 85 B

1234567
  1. #pragma once
  2. namespace NNeh {
  3. class IProtocol;
  4. IProtocol* UdpProtocol();
  5. }