mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-15 15:16:49 +02:00
added declarations for isHiddenImpl()
This commit is contained in:
@@ -63,6 +63,7 @@ protected:
|
|||||||
bool canExecuteImpl() const;
|
bool canExecuteImpl() const;
|
||||||
bool isFileImpl() const;
|
bool isFileImpl() const;
|
||||||
bool isDirectoryImpl() const;
|
bool isDirectoryImpl() const;
|
||||||
|
bool isHiddenImpl() const;
|
||||||
bool isLinkImpl() const;
|
bool isLinkImpl() const;
|
||||||
Timestamp createdImpl() const;
|
Timestamp createdImpl() const;
|
||||||
Timestamp getLastModifiedImpl() const;
|
Timestamp getLastModifiedImpl() const;
|
||||||
|
@@ -65,6 +65,7 @@ protected:
|
|||||||
bool isFileImpl() const;
|
bool isFileImpl() const;
|
||||||
bool isDirectoryImpl() const;
|
bool isDirectoryImpl() const;
|
||||||
bool isLinkImpl() const;
|
bool isLinkImpl() const;
|
||||||
|
bool isHiddenImpl() const;
|
||||||
Timestamp createdImpl() const;
|
Timestamp createdImpl() const;
|
||||||
Timestamp getLastModifiedImpl() const;
|
Timestamp getLastModifiedImpl() const;
|
||||||
void setLastModifiedImpl(const Timestamp& ts);
|
void setLastModifiedImpl(const Timestamp& ts);
|
||||||
|
Reference in New Issue
Block a user