--- a/libraries/ltkutils/inc/heaputils.h Tue Sep 14 09:49:39 2010 +0100
+++ b/libraries/ltkutils/inc/heaputils.h Wed Sep 15 18:07:34 2010 +0100
@@ -180,7 +180,7 @@
#ifdef __KERNEL_MODE__
-class RUserAllocatorHelper : public RAllocatorHelper
+HUCLASS(RUserAllocatorHelper) : public RAllocatorHelper
{
public:
RUserAllocatorHelper();
@@ -197,7 +197,7 @@
DThread* iThread;
};
-class RKernelCopyAllocatorHelper : public RAllocatorHelper
+HUCLASS(RKernelCopyAllocatorHelper) : public RAllocatorHelper
{
public:
RKernelCopyAllocatorHelper();
@@ -217,7 +217,7 @@
#else
-class RProxyAllocatorHelper : public RAllocatorHelper
+HUCLASS(RProxyAllocatorHelper) : public RAllocatorHelper
{
public:
HUIMPORT_C RProxyAllocatorHelper();