wac_browser.h 415 B

123456789101112131415161718192021
  1. #ifndef NULLSOFT_WAC_DOWNLOADS_H
  2. #define NULLSOFT_WAC_DOWNLOADS_H
  3. #include "../../Agave/Component/ifc_wa5component.h"
  4. class wac_downloads : public ifc_wa5component
  5. {
  6. public:
  7. wac_downloads();
  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_DOWNLOADS_H