mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 18:56:52 +02:00
added new PriorityNotificationQueue, TimedNotificationQueue; added File::isDevice()
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user