sysresmonitoring/oommonitor/inc/oommemorymonitor.h
changeset 77 b01c07dfcf84
parent 46 eea20ed08f4b
equal deleted inserted replaced
74:1505405bc645 77:b01c07dfcf84
    61  *  @since S60 v5.0
    61  *  @since S60 v5.0
    62  */
    62  */
    63 NONSHARABLE_CLASS(CMemoryMonitor) : public CBase
    63 NONSHARABLE_CLASS(CMemoryMonitor) : public CBase
    64     {
    64     {
    65 public:
    65 public:
       
    66 
       
    67 #ifdef FCC_UNIT_TEST
       
    68     friend class COomFriendClass;
       
    69 #endif
       
    70 
    66     static CMemoryMonitor* NewL();
    71     static CMemoryMonitor* NewL();
    67     ~CMemoryMonitor();
    72     ~CMemoryMonitor();
    68 
    73 
    69 public: // event handlers
    74 public: // event handlers
    70     void FreeMemThresholdCrossedL();
    75     void FreeMemThresholdCrossedL();