added declarations for isHiddenImpl()

This commit is contained in:
Aleksandar Fabijanic
2008-01-28 22:32:37 +00:00
parent 3cb5a99839
commit ab8d8e38e3
2 changed files with 2 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ protected:
bool canExecuteImpl() const;
bool isFileImpl() const;
bool isDirectoryImpl() const;
bool isHiddenImpl() const;
bool isLinkImpl() const;
Timestamp createdImpl() const;
Timestamp getLastModifiedImpl() const;