From d0123516560edaa4aee86810a1527d00b2a75eff Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Mon, 4 Jul 2011 16:52:19 +0000 Subject: [PATCH] Add TODO note. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42376 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/debugger/model/TypeLookupConstraints.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/apps/debugger/model/TypeLookupConstraints.h b/src/apps/debugger/model/TypeLookupConstraints.h index 44c992574d..cfc42c1fab 100644 --- a/src/apps/debugger/model/TypeLookupConstraints.h +++ b/src/apps/debugger/model/TypeLookupConstraints.h @@ -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);