mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
trunk/branch integration: default namespace
This commit is contained in:
@@ -211,9 +211,14 @@ Notification::Ptr NotificationQueue::dequeueOne()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
NotificationQueue& NotificationQueue::defaultQueue()
|
namespace
|
||||||
{
|
{
|
||||||
static SingletonHolder<NotificationQueue> sh;
|
static SingletonHolder<NotificationQueue> sh;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
NotificationQueue& NotificationQueue::defaultQueue()
|
||||||
|
{
|
||||||
return *sh.get();
|
return *sh.get();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user