diff -r d47c6de21a88 -r a151135b0cf9 perfsrv/memspy/Driver/Shared/heaputils.h --- 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();