mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-18 19:48:44 +02:00
added new PriorityNotificationQueue, TimedNotificationQueue; added File::isDevice()
This commit is contained in:
@@ -71,6 +71,8 @@ set( BASE_SRCS
|
|||||||
src/Notification.cpp
|
src/Notification.cpp
|
||||||
src/NotificationCenter.cpp
|
src/NotificationCenter.cpp
|
||||||
src/NotificationQueue.cpp
|
src/NotificationQueue.cpp
|
||||||
|
src/TimedNotificationQueue.cpp
|
||||||
|
src/PriorityNotificationQueue.cpp
|
||||||
src/NullChannel.cpp
|
src/NullChannel.cpp
|
||||||
src/NullStream.cpp
|
src/NullStream.cpp
|
||||||
src/NumberFormatter.cpp
|
src/NumberFormatter.cpp
|
||||||
|
@@ -18,6 +18,7 @@ objects = ArchiveStrategy ASCIIEncoding AsyncChannel Base64Decoder Base64Encoder
|
|||||||
LoggingFactory LoggingRegistry LogStream NamedEvent NamedMutex NullChannel \
|
LoggingFactory LoggingRegistry LogStream NamedEvent NamedMutex NullChannel \
|
||||||
MemoryPool MD2Engine MD4Engine MD5Engine Manifest Message Mutex \
|
MemoryPool MD2Engine MD4Engine MD5Engine Manifest Message Mutex \
|
||||||
NestedDiagnosticContext Notification NotificationCenter \
|
NestedDiagnosticContext Notification NotificationCenter \
|
||||||
|
TimedNotificationQueue PriorityNotificationQueue \
|
||||||
NotificationQueue NullStream NumberFormatter NumberParser AbstractObserver \
|
NotificationQueue NullStream NumberFormatter NumberParser AbstractObserver \
|
||||||
Path PatternFormatter Process PurgeStrategy RWLock Random RandomStream \
|
Path PatternFormatter Process PurgeStrategy RWLock Random RandomStream \
|
||||||
RegularExpression RefCountedObject Runnable RotateStrategy Condition \
|
RegularExpression RefCountedObject Runnable RotateStrategy Condition \
|
||||||
|
Reference in New Issue
Block a user