Explorar o código

Rename Socket.h to OsSocket.h

Daniele Bartolini %!s(int64=12) %!d(string=hai) anos
pai
achega
f69d309323

+ 1 - 1
engine/Crown.h

@@ -121,7 +121,7 @@ OTHER DEALINGS IN THE SOFTWARE.
 #include "Cond.h"
 #include "OsFile.h"
 #include "OsWindow.h"
-#include "Socket.h"
+#include "OsSocket.h"
 
 // Engine/Renderers
 #include "Renderer.h"

+ 1 - 1
engine/os/android/Socket.h → engine/os/android/OsSocket.h

@@ -26,4 +26,4 @@ OTHER DEALINGS IN THE SOFTWARE.
 
 #pragma once
 
-#include "../posix/Socket.h"
+#include "../posix/OsSocket.h"

+ 1 - 1
engine/os/linux/Socket.h → engine/os/linux/OsSocket.h

@@ -26,4 +26,4 @@ OTHER DEALINGS IN THE SOFTWARE.
 
 #pragma once
 
-#include "../posix/Socket.h"
+#include "../posix/OsSocket.h"

+ 0 - 0
engine/os/posix/Socket.h → engine/os/posix/OsSocket.h


+ 1 - 1
engine/rpc/RPCServer.h

@@ -26,7 +26,7 @@ OTHER DEALINGS IN THE SOFTWARE.
 
 #pragma once
 
-#include "Socket.h"
+#include "OsSocket.h"
 #include "List.h"
 #include "Queue.h"
 #include "IdTable.h"