wac_network_dns_connection.h 405 B

123456789101112131415161718192021
  1. #ifndef NULLSOFT_WAC_NETWORK_H
  2. #define NULLSOFT_WAC_NETWORK_H
  3. #include "../../Agave/Component/ifc_wa5component.h"
  4. class wac_network : public ifc_wa5component
  5. {
  6. public:
  7. wac_network();
  8. void RegisterServices( api_service *service );
  9. int RegisterServicesSafeModeOk();
  10. void DeregisterServices( api_service *service );
  11. protected:
  12. RECVS_DISPATCH;
  13. };
  14. #endif // !NULLSOFT_WAC_NETWORK_H