No longer takes an attribute for a file, or a device for an attribute.

Implemented attribute support.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6709 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-02-24 04:32:01 +00:00
parent a0858e6e27
commit 84a09d60e1
2 changed files with 22 additions and 10 deletions
+1
View File
@@ -84,6 +84,7 @@ class DataEditor : public BLocker {
entry_ref fRef;
BFile fFile;
const char *fAttribute;
type_code fType;
bool fIsDevice, fIsReadOnly;
off_t fRealSize, fSize;