aboutsummaryrefslogtreecommitdiff
path: root/common/fs.h
diff options
context:
space:
mode:
authorJohannes Schickel2006-07-22 17:01:50 +0000
committerJohannes Schickel2006-07-22 17:01:50 +0000
commit63aec29edb3e6065e5b167058247fa4cc39adef7 (patch)
tree35721f7221bf15e0a420d7fc75b432d4250e917d /common/fs.h
parentc59e7ece0a825a75ab639edff3081465ef6b94fc (diff)
downloadscummvm-rg350-63aec29edb3e6065e5b167058247fa4cc39adef7.tar.gz
scummvm-rg350-63aec29edb3e6065e5b167058247fa4cc39adef7.tar.bz2
scummvm-rg350-63aec29edb3e6065e5b167058247fa4cc39adef7.zip
Added isValid to FilesystemNode and AbstractFilesystemNode. See my mail to -devel for more information.
svn-id: r23567
Diffstat (limited to 'common/fs.h')
-rw-r--r--common/fs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/fs.h b/common/fs.h
index d18793f015..5d35c2581b 100644
--- a/common/fs.h
+++ b/common/fs.h
@@ -114,6 +114,11 @@ public:
FilesystemNode &operator =(const FilesystemNode &node);
/**
+ * Checks if the FilesystemNode is valid for any usage
+ */
+ bool isValid() const;
+
+ /**
* Get the parent node of this node. If this node has no parent node,
* then it returns a duplicate of this node.
*/