mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
Tidy up ripple modules for namespace support
This commit is contained in:
@@ -4,5 +4,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#if RIPPLE_USE_NAMESPACE
|
||||
ripple::LogPartition AutoSocket::AutoSocketPartition ("AutoSocket");
|
||||
#else
|
||||
LogPartition AutoSocket::AutoSocketPartition ("AutoSocket");
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user