SocketBridge.cpp 321 B

1234567891011121314151617
  1. #include "il2cpp-config.h"
  2. #if IL2CPP_USE_GENERIC_SOCKET_BRIDGE
  3. #include "os/SocketBridge.h"
  4. namespace il2cpp
  5. {
  6. namespace os
  7. {
  8. void SocketBridge::WaitForInitialization()
  9. {
  10. // Do nothing in the generic case, as there is no socket bridge to wait for.
  11. }
  12. }
  13. }
  14. #endif // IL2CPP_USE_GENERIC_SOCKET_BRIDGE