Move PeerRole to its own file

This commit is contained in:
Vinnie Falco
2013-08-10 12:16:46 -07:00
parent 60935368a3
commit 26bb91a873
21 changed files with 139 additions and 71 deletions

View File

@@ -24,6 +24,8 @@
namespace beast
{
#include "basics/beast_PeerRole.cpp"
#include "sockets/beast_SocketBase.cpp"
#include "sockets/beast_Socket.cpp"
#include "sockets/beast_SslContext.cpp"