put State11 in anonymous namespace

This commit is contained in:
Ivan Skytte Jørgensen
2016-08-25 16:40:31 +02:00
parent 6a481d0ee5
commit cbe99cbbb4

@ -1144,7 +1144,8 @@ bool isAssignedToUs ( int32_t firstIp ) {
///////////////////////// PAGESPIDER
/////////////////////////
// don't change name to "State" cuz that might conflict with another
namespace {
class State11 {
public:
int32_t m_numRecs;
@ -1163,6 +1164,8 @@ public:
int32_t m_priority;
};
} //namespace
static bool loadLoop ( class State11 *st ) ;
// . returns false if blocked, true otherwise