1
0
Fork 0

Made ListenThread an OSSupport part, as it's generic enough

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1258 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com 2013-03-05 20:47:29 +00:00
parent 469d08ec42
commit bc8ad9d1b1
4 changed files with 11 additions and 11 deletions

View File

@ -499,14 +499,6 @@
RelativePath="..\source\LightingThread.h"
>
</File>
<File
RelativePath="..\source\ListenThread.cpp"
>
</File>
<File
RelativePath="..\source\ListenThread.h"
>
</File>
<File
RelativePath="..\source\Log.cpp"
>
@ -1190,6 +1182,14 @@
RelativePath="..\source\OSSupport\IsThread.h"
>
</File>
<File
RelativePath="..\source\OSSupport\ListenThread.cpp"
>
</File>
<File
RelativePath="..\source\OSSupport\ListenThread.h"
>
</File>
<File
RelativePath="..\source\OSSupport\MakeDir.cpp"
>

View File

@ -9,8 +9,8 @@
#pragma once
#include "OSSupport/IsThread.h"
#include "OSSupport/Socket.h"
#include "IsThread.h"
#include "Socket.h"

View File

@ -12,9 +12,9 @@
#define CSERVER_H_INCLUDED
#include "OSSupport/SocketThreads.h"
#include "OSSupport/ListenThread.h"
#include "CryptoPP/rsa.h"
#include "CryptoPP/randpool.h"
#include "ListenThread.h"