mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-01 01:16:55 +02:00
added declarations for isHiddenImpl()
This commit is contained in:
parent
3cb5a99839
commit
ab8d8e38e3
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user