ipcm_plat/pdpcontextmanager2_reset_factory_settings_api/inc/pdpcontextmanagerpskeys.h
changeset 0 5a93021fdf25
equal deleted inserted replaced
-1:000000000000 0:5a93021fdf25
       
     1 /*
       
     2 * Copyright (c) 2004,2006 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Publish & Subscribe keys
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef PDPCONTEXTMANAGERPSKEYS_H
       
    20 #define PDPCONTEXTMANAGERPSKEYS_H
       
    21 
       
    22 // PDPContextManager2 property category
       
    23 const TUid KPDPContextManager2 = {0x101F85EB};
       
    24 
       
    25 // Factory settings reset key
       
    26 const TUint KPDPContextManagerFactorySettingsReset = 0x00000001;
       
    27 enum TPDPContextManagerFactorySettingsReset
       
    28     {
       
    29     EPDPContextManagerFactorySettingsResetStart,
       
    30     EPDPContextManagerFactorySettingsResetStartReply,
       
    31     EPDPContextManagerFactorySettingsResetStop
       
    32     };
       
    33 
       
    34 #endif // PDPCONTEXTMANAGERPSKEYS_H