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:
parent
469d08ec42
commit
bc8ad9d1b1
@ -499,14 +499,6 @@
|
|||||||
RelativePath="..\source\LightingThread.h"
|
RelativePath="..\source\LightingThread.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\source\ListenThread.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\source\ListenThread.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\source\Log.cpp"
|
RelativePath="..\source\Log.cpp"
|
||||||
>
|
>
|
||||||
@ -1190,6 +1182,14 @@
|
|||||||
RelativePath="..\source\OSSupport\IsThread.h"
|
RelativePath="..\source\OSSupport\IsThread.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\source\OSSupport\ListenThread.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\source\OSSupport\ListenThread.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\source\OSSupport\MakeDir.cpp"
|
RelativePath="..\source\OSSupport\MakeDir.cpp"
|
||||||
>
|
>
|
||||||
|
@ -9,8 +9,8 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "OSSupport/IsThread.h"
|
#include "IsThread.h"
|
||||||
#include "OSSupport/Socket.h"
|
#include "Socket.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -12,9 +12,9 @@
|
|||||||
#define CSERVER_H_INCLUDED
|
#define CSERVER_H_INCLUDED
|
||||||
|
|
||||||
#include "OSSupport/SocketThreads.h"
|
#include "OSSupport/SocketThreads.h"
|
||||||
|
#include "OSSupport/ListenThread.h"
|
||||||
#include "CryptoPP/rsa.h"
|
#include "CryptoPP/rsa.h"
|
||||||
#include "CryptoPP/randpool.h"
|
#include "CryptoPP/randpool.h"
|
||||||
#include "ListenThread.h"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user