Remove using-namespace-directives at global scope

This commit is contained in:
Vinnie Falco
2013-06-27 14:46:00 -07:00
parent 6f03efa882
commit 49340de0cd
5 changed files with 12 additions and 27 deletions

View File

@@ -5,15 +5,10 @@
//==============================================================================
// Used for logging
struct RPC
{
};
struct RPC;
SETUP_LOG (RPC)
using namespace boost;
using namespace boost::asio;
unsigned int const gMaxHTTPHeaderSize = 0x02000000;
std::string gFormatStr ("v1");