(svn r20938) -Codechange: make the code for listening on a socket (more) reusable

This commit is contained in:
rubidium
2010-10-15 21:56:06 +00:00
parent a0f7099a7d
commit b6799a23c4
9 changed files with 249 additions and 144 deletions

View File

@@ -2343,6 +2343,9 @@
<ClInclude Include="..\src\network\core\tcp_http.h">
<Filter>Network Core</Filter>
</ClInclude>
<ClInclude Include="..\src\network\core\tcp_listen.h">
<Filter>Network Core</Filter>
</ClInclude>
<ClCompile Include="..\src\network\core\udp.cpp">
<Filter>Network Core</Filter>
</ClCompile>