BPicture: Fix archive constructor.
[haiku.git] / src / add-ons / kernel / file_systems / ramfs / AttributeIndex.cpp
blob3d85ec08246d15aa0d89ec27ca6f155a6f6e181f
1 // AttributeIndex.cpp
3 #include "AttributeIndex.h"
5 // constructor
6 AttributeIndex::AttributeIndex(Volume *volume, const char *name, uint32 type,
7 bool fixedKeyLength, size_t keyLength)
8 : Index(volume, name, type, fixedKeyLength, keyLength)
12 // destructor
13 AttributeIndex::~AttributeIndex()