Move PeerRole to its own file

This commit is contained in:
Vinnie Falco
2013-08-10 12:16:46 -07:00
parent 85f4d7d025
commit 7735187d36
20 changed files with 136 additions and 68 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"