memspy/memspy_plat/memspy_api/include/memspy/driver/shared/MemSpyDriverObjectsShared.h
branchRCL_3
changeset 21 52e343bb8f80
parent 20 ca8a1b6995f6
--- a/memspy/memspy_plat/memspy_api/include/memspy/driver/shared/MemSpyDriverObjectsShared.h	Tue Aug 31 16:45:49 2010 +0300
+++ b/memspy/memspy_plat/memspy_api/include/memspy/driver/shared/MemSpyDriverObjectsShared.h	Wed Sep 01 12:37:10 2010 +0100
@@ -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;
+    };
 
 
 /**