sysresmonitoring/oommonitor/inc/oommemorymonitor.h
changeset 77 b01c07dfcf84
parent 46 eea20ed08f4b
--- a/sysresmonitoring/oommonitor/inc/oommemorymonitor.h	Wed Sep 29 15:24:56 2010 +0300
+++ b/sysresmonitoring/oommonitor/inc/oommemorymonitor.h	Thu Oct 07 06:25:45 2010 +0300
@@ -63,6 +63,11 @@
 NONSHARABLE_CLASS(CMemoryMonitor) : public CBase
     {
 public:
+
+#ifdef FCC_UNIT_TEST
+    friend class COomFriendClass;
+#endif
+
     static CMemoryMonitor* NewL();
     ~CMemoryMonitor();