sysresmonitoring/oommonitor/inc/oomconfig.h
branchRCL_3
changeset 18 0818dd463d41
parent 1 0fdb7f6b0309
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".
    81     
    81     
    82     inline COomGlobalConfig& GlobalConfig();
    82     inline COomGlobalConfig& GlobalConfig();
    83     
    83     
    84     inline void SetDefaultLowRamThreshold(TInt aLowRamThreshold);
    84     inline void SetDefaultLowRamThreshold(TInt aLowRamThreshold);
    85     inline void SetDefaultGoodRamThreshold(TInt aGoodRamThreshold);
    85     inline void SetDefaultGoodRamThreshold(TInt aGoodRamThreshold);
       
    86     inline void SetSwapUsageMonitored(TBool aMonitored);
       
    87     inline void SetDefaultLowSwapThreshold(TInt aLowSwapThreshold);
       
    88     inline void SetDefaultGoodSwapThreshold(TInt aGoodSwapThreshold);
    86     inline void SetMaxCloseAppBatch(TUint MaxCloseAppBatch);
    89     inline void SetMaxCloseAppBatch(TUint MaxCloseAppBatch);
    87     inline void SetDefaultWaitAfterPlugin(TInt aMilliseconds);
    90     inline void SetDefaultWaitAfterPlugin(TInt aMilliseconds);
    88     inline void SetMaxAppExitTime(TInt aMilliseconds);
    91     inline void SetMaxAppExitTime(TInt aMilliseconds);
    89     
    92     
    90 private:
    93 private: