Made the attribute type accessible read-only.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6711 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-02-24 07:15:56 +00:00
parent 9ee2211f9a
commit 32069a88fa

View File

@ -33,6 +33,7 @@ class DataEditor : public BLocker {
//bool IsModified() const { return fIsModified; }
const char *Attribute() const { return fAttribute; }
type_code Type() const { return fType; }
status_t InitCheck();