diff -r 7fdc9a71d314 -r 8ad140f3dd41 memspy/memspy_plat/memspy_api/include/memspy/driver/shared/MemSpyDriverObjectsShared.h --- a/memspy/memspy_plat/memspy_api/include/memspy/driver/shared/MemSpyDriverObjectsShared.h Wed Sep 15 13:53:27 2010 +0300 +++ b/memspy/memspy_plat/memspy_api/include/memspy/driver/shared/MemSpyDriverObjectsShared.h Wed Oct 13 16:17:58 2010 +0300 @@ -349,8 +349,7 @@ enum THeapImplementationType { ETypeUnknown = 0, - ETypeRHeap = 1, - ETypeRHybridHeap = 2, + ETypeRHeap }; public: // Constructor & destructor @@ -427,19 +426,17 @@ }; + /** - * cell information + * Free cell information */ class TMemSpyDriverFreeCell - { + { public: - TMemSpyDriverCellType iType; - TAny* iAddress; - TInt iLength; - }; - -// For compatibility I can't change TMemSpyDriverCell to be the class and typdef/derive TMemSpyDriverFreeCell. Sigh... -typedef TMemSpyDriverFreeCell TMemSpyDriverCell; + TInt iType; + TAny* iAddress; + TInt iLength; + }; /**