You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
419 B

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. #pragma once
  2. #include <fstream>
  3. #include <functional>
  4. #include <iostream>
  5. #include <list>
  6. #include <map>
  7. #include <memory>
  8. #include <mutex>
  9. #include <set>
  10. #include <sstream>
  11. #include <string>
  12. #include <vector>
  13. #include <thread>
  14. //
  15. #include "i_xsync_udp.hpp"
  16. #include "ixsync.hpp"
  17. namespace xsync {
  18. using namespace std;
  19. void XsyncInit(I_XSUDPFactory *xsync_udp_factory);
  20. IXsync *XsyncIns();
  21. } // namespace xsync