perfsrv/memspy/Driver/Shared/heaputils.h
changeset 54 a151135b0cf9
parent 52 c2f44e33b468
child 62 1c2bb2fc7c87
--- a/perfsrv/memspy/Driver/Shared/heaputils.h	Mon Sep 27 14:07:59 2010 +0300
+++ b/perfsrv/memspy/Driver/Shared/heaputils.h	Wed Sep 29 17:45:35 2010 +0300
@@ -178,7 +178,7 @@
 
 #ifdef __KERNEL_MODE__
 
-class RUserAllocatorHelper : public RAllocatorHelper
+HUCLASS(RUserAllocatorHelper) : public RAllocatorHelper
     {
 public:
     RUserAllocatorHelper();
@@ -195,7 +195,7 @@
     DThread* iThread;
     };
 
-class RKernelCopyAllocatorHelper : public RAllocatorHelper
+HUCLASS(RKernelCopyAllocatorHelper) : public RAllocatorHelper
     {
 public:
     RKernelCopyAllocatorHelper();
@@ -215,7 +215,7 @@
 
 #else
 
-class RProxyAllocatorHelper : public RAllocatorHelper
+HUCLASS(RProxyAllocatorHelper) : public RAllocatorHelper
 	{
 public:
 	HUIMPORT_C RProxyAllocatorHelper();