Add IPEndpoint

Conflicts:
	src/beast/Builds/VisualStudio2012/beast.vcxproj.filters
This commit is contained in:
Vinnie Falco
2013-09-19 00:00:34 -07:00
parent 3ff8902481
commit 11601bcccb
8 changed files with 778 additions and 5 deletions

View File

@@ -224,11 +224,6 @@ Some files contain portions of these external projects, licensed separately:
//------------------------------------------------------------------------------
// New header-only library modeled more closely according to boost
#include "../../beast/intrusive/ForwardList.h"
//------------------------------------------------------------------------------
namespace beast
{
@@ -251,6 +246,19 @@ extern BEAST_API void BEAST_CALLTYPE logAssertion (char const* file, int line) n
#include "memory/Atomic.h"
#include "text/CharacterFunctions.h"
}
//------------------------------------------------------------------------------
// New header-only library modeled more closely according to boost
#include "../../beast/intrusive/ForwardList.h"
#include "../../beast/net.h"
//------------------------------------------------------------------------------
namespace beast
{
#if BEAST_MSVC
# pragma warning (push)
# pragma warning (disable: 4514 4996)