暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

SocketBridge.cpp 321B

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