2 * Copyright 2011, Jérôme Duval, korli@users.berlios.de.
3 * This file may be used under the terms of the MIT License.
5 #ifndef ATTRIBUTEITERATOR_H
6 #define ATTRIBUTEITERATOR_H
13 class AttributeIterator
{
15 AttributeIterator(Inode
* inode
);
20 status_t
GetNext(char* name
, size_t* _nameLength
);
25 TreeIterator
* fIterator
;
29 #endif // ATTRIBUTEITERATOR_H