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

This commit is contained in:
Guenter Obiltschnig
2009-04-14 10:38:52 +00:00
parent 98eb0eb532
commit 095401e8e4
36 changed files with 1718 additions and 141 deletions

View File

@@ -1,7 +1,7 @@
//
// File.h
//
// $Id: //poco/1.3/Foundation/include/Poco/File.h#6 $
// $Id: //poco/Main/Foundation/include/Poco/File.h#9 $
//
// Library: Foundation
// Package: Filesystem
@@ -129,6 +129,9 @@ public:
bool isDirectory() const;
/// Returns true iff the file is a directory.
bool isDevice() const;
/// Returns true iff the file is a device.
bool isHidden() const;
/// Returns true if the file is hidden.