Added a new directory traversing method GetNextEntry() that's based on the
entry's name. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4646 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -51,6 +51,7 @@ class Directory : public Node {
|
|||||||
|
|
||||||
virtual Node *Lookup(const char *name, bool traverseLinks) = 0;
|
virtual Node *Lookup(const char *name, bool traverseLinks) = 0;
|
||||||
|
|
||||||
|
virtual status_t GetNextEntry(void *cookie, char *nameBuffer, size_t bufferSize) = 0;
|
||||||
virtual status_t GetNextNode(void *cookie, Node **_node) = 0;
|
virtual status_t GetNextNode(void *cookie, Node **_node) = 0;
|
||||||
virtual status_t Rewind(void *cookie) = 0;
|
virtual status_t Rewind(void *cookie) = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user