Add TODO note.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42376 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent 2011-07-04 16:52:19 +00:00
parent 977db2b595
commit d012351656

View File

@ -25,6 +25,9 @@ public:
bool HasBaseTypeName() const;
type_kind TypeKind() const;
int32 SubtypeKind() const;
// TODO: This should be further generalized to being able to
// pass a full set of constraints for the base type, not just the name
const BString& BaseTypeName() const;
void SetTypeKind(type_kind typeKind);