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