diff options
author | Lukas Pioch <lukas@zgow.de> | 2017-09-19 10:34:08 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2017-09-19 10:34:08 +0200 |
commit | c5f590d460f75e91d428ecd7758d1bb0910c0942 (patch) | |
tree | e70f9b2b5996c6439af396d97e90ad8df18ec74e /Tools/ProtoProxy | |
parent | cFinishGenPreSimulator: Preserve sand meta (#4025) (diff) | |
download | cuberite-c5f590d460f75e91d428ecd7758d1bb0910c0942.tar cuberite-c5f590d460f75e91d428ecd7758d1bb0910c0942.tar.gz cuberite-c5f590d460f75e91d428ecd7758d1bb0910c0942.tar.bz2 cuberite-c5f590d460f75e91d428ecd7758d1bb0910c0942.tar.lz cuberite-c5f590d460f75e91d428ecd7758d1bb0910c0942.tar.xz cuberite-c5f590d460f75e91d428ecd7758d1bb0910c0942.tar.zst cuberite-c5f590d460f75e91d428ecd7758d1bb0910c0942.zip |
Diffstat (limited to '')
-rw-r--r-- | Tools/ProtoProxy/Connection.cpp | 2 | ||||
-rw-r--r-- | Tools/ProtoProxy/Connection.h | 2 | ||||
-rw-r--r-- | Tools/ProtoProxy/Server.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Tools/ProtoProxy/Connection.cpp b/Tools/ProtoProxy/Connection.cpp index c54157f05..1f765340f 100644 --- a/Tools/ProtoProxy/Connection.cpp +++ b/Tools/ProtoProxy/Connection.cpp @@ -1,4 +1,4 @@ - + // Connection.cpp // Interfaces to the cConnection class representing a single pair of connected sockets diff --git a/Tools/ProtoProxy/Connection.h b/Tools/ProtoProxy/Connection.h index 226623c93..d8a63d70f 100644 --- a/Tools/ProtoProxy/Connection.h +++ b/Tools/ProtoProxy/Connection.h @@ -1,4 +1,4 @@ - + // Connection.h // Interfaces to the cConnection class representing a single pair of connected sockets diff --git a/Tools/ProtoProxy/Server.h b/Tools/ProtoProxy/Server.h index 6e930835e..b29c6e394 100644 --- a/Tools/ProtoProxy/Server.h +++ b/Tools/ProtoProxy/Server.h @@ -1,4 +1,4 @@ - + // Server.h // Interfaces to the cServer class encapsulating the entire "server" |