sysresmonitoring/oommonitor/inc/oommemorymonitorsession.h
branchRCL_3
changeset 63 c2c61fdca848
parent 62 924385140d98
child 82 4610cd70c542
equal deleted inserted replaced
62:924385140d98 63:c2c61fdca848
    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 
    45 private:
    46 private:
    46     RMessagePtr2 iRequestFreeRam;
    47     RMessagePtr2 iRequestFreeRam;
    47 #ifndef CLIENT_REQUEST_QUEUE
    48 #ifndef CLIENT_REQUEST_QUEUE
    48     TInt iFunction;
    49     TInt iFunction;
    49 #endif    
    50 #endif