sysresmonitoring/oommonitor/inc/oommemorymonitorsession.h
branchRCL_3
changeset 62 924385140d98
parent 58 0818dd463d41
child 63 c2c61fdca848
equal deleted inserted replaced
58:0818dd463d41 62:924385140d98
    40 #ifdef CLIENT_REQUEST_QUEUE
    40 #ifdef CLIENT_REQUEST_QUEUE
    41     COomClientRequestQueue& ClientRequestQueue();
    41     COomClientRequestQueue& ClientRequestQueue();
    42 #endif
    42 #endif
    43     CMemoryMonitor& Monitor();
    43     CMemoryMonitor& Monitor();
    44     void ServiceL(const RMessage2& aMessage);
    44     void ServiceL(const RMessage2& aMessage);
    45 
       
    46 private:
    45 private:
    47     RMessagePtr2 iRequestFreeRam;
    46     RMessagePtr2 iRequestFreeRam;
    48 #ifndef CLIENT_REQUEST_QUEUE
    47 #ifndef CLIENT_REQUEST_QUEUE
    49     TInt iFunction;
    48     TInt iFunction;
    50 #endif    
    49 #endif