--- a/memspy/Driver/Kernel/Include/MemSpyDriverHeap.h Fri Apr 16 16:37:27 2010 +0300
+++ b/memspy/Driver/Kernel/Include/MemSpyDriverHeap.h Mon May 03 13:58:41 2010 +0300
@@ -228,6 +228,7 @@
/**
* Used when opening the kernel heap
*/
+#ifndef __SYMBIAN_KERNEL_HYBRID_HEAP__
class RHeapKExtended : public RHeapK
{
public:
@@ -243,7 +244,7 @@
inline void ResetFailed() { iFailed = EFalse; }
inline void ResetFailAllocCount() { iFailAllocCount = 0; }
};
-
+#endif
private:
RHeapK* iKernelHeap;
DChunk* iChunk;