sysresmonitoring/oommonitor/inc/oommemorymonitorsession.h
branchRCL_3
changeset 18 0818dd463d41
parent 1 0fdb7f6b0309
child 19 924385140d98
equal deleted inserted replaced
17:5e7d68cc22e0 18:0818dd463d41
     1 /*
     1 /*
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    29     {
    29     {
    30 public:
    30 public:
    31     CMemoryMonitorSession();
    31     CMemoryMonitorSession();
    32 #ifndef CLIENT_REQUEST_QUEUE
    32 #ifndef CLIENT_REQUEST_QUEUE
    33     void CloseAppsFinished(TInt aBytesFree, TBool aMemoryGood);
    33     void CloseAppsFinished(TInt aBytesFree, TBool aMemoryGood);
       
    34     TBool IsDataPaged(const RMessage2& aMessage);
    34 #endif
    35 #endif
    35     
    36     
    36 private:
    37 private:
    37     ~CMemoryMonitorSession();
    38     ~CMemoryMonitorSession();
    38     CMemoryMonitorServer& Server();
    39     CMemoryMonitorServer& Server();