Added missing global TcpClient.cpp file

Fixed Serializer from_bytes parentisis missing
Fixed client shutdown, now it sends a message saying its disconnected in TcpServerWindows
This commit is contained in:
xX-TheDoctor-Xx
2016-08-02 12:57:56 +01:00
parent 81a065b98b
commit 255f3551cc
14 changed files with 38 additions and 16 deletions

View File

@ -0,0 +1,3 @@
#ifdef _MSC_VER
#include "TcpClientWindows.cpp"
#endif

View File

@ -51,6 +51,7 @@
</ClCompile>
<ClCompile Include="..\..\src\Utility.cpp" />
<ClCompile Include="..\..\src\VoidNetClient.cpp" />
<ClCompile Include="TcpClient.cpp" />
</ItemGroup>
<ItemGroup>
<Text Include="..\..\DEV_INFO" />

View File

@ -83,6 +83,9 @@
<ClCompile Include="..\..\src\Handshake.cpp">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="TcpClient.cpp">
<Filter>src</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<Text Include="..\..\TODO" />