Move ServiceQueueBase out of detail namespace

This commit is contained in:
Vinnie Falco
2013-10-25 16:36:36 -07:00
parent 7bae496257
commit 68b5966fef
2 changed files with 4 additions and 11 deletions

View File

@@ -23,10 +23,6 @@
namespace beast {
namespace detail {
//------------------------------------------------------------------------------
class ServiceQueueBase::ScopedServiceThread : public List <ScopedServiceThread>::Node
{
public:
@@ -189,12 +185,9 @@ void ServiceQueueBase::enqueue (Item* item)
//
ThreadLocalValue <ServiceQueueBase*> ServiceQueueBase::s_service;
}
//------------------------------------------------------------------------------
namespace detail
{
namespace detail {
//------------------------------------------------------------------------------