psmservices/psmserver/inc/util/psmclientserver.h
changeset 63 09d657f1ee00
parent 0 4e1aa6a622a0
child 61 8cb079868133
equal deleted inserted replaced
54:072a9626b290 63:09d657f1ee00
     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".
    64     /**
    64     /**
    65      * Cancels notification request of power save mode change
    65      * Cancels notification request of power save mode change
    66      */
    66      */
    67     EPsmServerCancelModeChangeNotificationRequest,
    67     EPsmServerCancelModeChangeNotificationRequest,
    68 
    68 
       
    69     /**
       
    70      * Used only for testing purpose and in debug builds only. 
       
    71      * Not declared under _DEBUG because command ids will be 
       
    72      * different in udeb and urel version, will lead to confusion
       
    73      */
       
    74     EDebugHeapMark,
       
    75     EDebugHeapMarkEnd,
       
    76     EDebugSetHeapFailure,
       
    77     EDebugHeapReset,   
       
    78 
    69 // ---------------------------------------------------------------
    79 // ---------------------------------------------------------------
    70 // End of enum
    80 // End of enum
    71 // ---------------------------------------------------------------
    81 // ---------------------------------------------------------------
    72 
    82 
    73     /**
    83     /**