mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
12 lines
381 B
C++
12 lines
381 B
C++
//------------------------------------------------------------------------------
|
|
/*
|
|
Copyright (c) 2011-2013, OpenCoin, Inc.
|
|
*/
|
|
//==============================================================================
|
|
|
|
#if RIPPLE_USE_NAMESPACE
|
|
ripple::LogPartition AutoSocket::AutoSocketPartition ("AutoSocket");
|
|
#else
|
|
LogPartition AutoSocket::AutoSocketPartition ("AutoSocket");
|
|
#endif
|