[haiku-commits] r42376 - haiku/trunk/src/apps/debugger/model

  • From: anevilyak@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 4 Jul 2011 18:52:19 +0200 (CEST)

Author: anevilyak
Date: 2011-07-04 18:52:19 +0200 (Mon, 04 Jul 2011)
New Revision: 42376
Changeset: https://dev.haiku-os.org/changeset/42376

Modified:
   haiku/trunk/src/apps/debugger/model/TypeLookupConstraints.h
Log:
Add TODO note.



Modified: haiku/trunk/src/apps/debugger/model/TypeLookupConstraints.h
===================================================================
--- haiku/trunk/src/apps/debugger/model/TypeLookupConstraints.h 2011-07-04 
16:50:37 UTC (rev 42375)
+++ haiku/trunk/src/apps/debugger/model/TypeLookupConstraints.h 2011-07-04 
16:52:19 UTC (rev 42376)
@@ -25,6 +25,9 @@
                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);


Other related posts:

  • » [haiku-commits] r42376 - haiku/trunk/src/apps/debugger/model - anevilyak