added new PriorityNotificationQueue, TimedNotificationQueue; added File::isDevice()

This commit is contained in:
Guenter Obiltschnig
2009-04-14 10:40:59 +00:00
parent 0bc88f1129
commit c3f91bd012
2 changed files with 3 additions and 0 deletions

View File

@@ -65,6 +65,8 @@ src/NamedMutexTest.cpp
src/NamedTuplesTest.cpp src/NamedTuplesTest.cpp
src/NotificationCenterTest.cpp src/NotificationCenterTest.cpp
src/NotificationQueueTest.cpp src/NotificationQueueTest.cpp
src/PriorityNotificationQueueTest.cpp
src/TimedNotificationQueueTest.cpp
src/NotificationsTestSuite.cpp src/NotificationsTestSuite.cpp
src/NullStreamTest.cpp src/NullStreamTest.cpp
src/NumberFormatterTest.cpp src/NumberFormatterTest.cpp

View File

@@ -20,6 +20,7 @@ objects = ActiveMethodTest ActivityTest ActiveDispatcherTest \
NamedEventTest NamedMutexTest ProcessesTestSuite ProcessTest \ NamedEventTest NamedMutexTest ProcessesTestSuite ProcessTest \
MemoryPoolTest MD2EngineTest MD4EngineTest MD5EngineTest ManifestTest \ MemoryPoolTest MD2EngineTest MD4EngineTest MD5EngineTest ManifestTest \
NDCTest NotificationCenterTest NotificationQueueTest \ NDCTest NotificationCenterTest NotificationQueueTest \
PriorityNotificationQueueTest TimedNotificationQueueTest \
NotificationsTestSuite NullStreamTest NumberFormatterTest \ NotificationsTestSuite NullStreamTest NumberFormatterTest \
NumberParserTest PathTest PatternFormatterTest RWLockTest \ NumberParserTest PathTest PatternFormatterTest RWLockTest \
RandomStreamTest RandomTest RegularExpressionTest SHA1EngineTest \ RandomStreamTest RandomTest RegularExpressionTest SHA1EngineTest \