Tidy up ripple modules for namespace support

This commit is contained in:
Vinnie Falco
2013-06-22 22:32:36 -07:00
parent 64c8d406df
commit 0a358ded7a
22 changed files with 327 additions and 191 deletions

View File

@@ -4,5 +4,8 @@
*/
//==============================================================================
#if RIPPLE_USE_NAMESPACE
ripple::LogPartition AutoSocket::AutoSocketPartition ("AutoSocket");
#else
LogPartition AutoSocket::AutoSocketPartition ("AutoSocket");
#endif