wvuing/IMPSConnectionUI/ClientPluginSrc/PECAppSharedData.h
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2002 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:  Defines shared data constants for presence application.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef PECAPPSHAREDDATA_H
       
    21 #define PECAPPSHAREDDATA_H
       
    22 
       
    23 //  INCLUDES
       
    24 
       
    25 // CONSTANTS
       
    26 
       
    27 
       
    28 // DATA TYPES
       
    29 
       
    30 // Publishing values
       
    31 enum TPECAppPublishingValues
       
    32     {
       
    33     EPECDopPrivateAndPublic = 0,
       
    34     EPECDopOnlyPrivate,
       
    35     EPECDopOnlyPublic,
       
    36     EPECDopOff
       
    37     };
       
    38 
       
    39 // Presence for new viewers values
       
    40 enum TPECAppPFNVValues
       
    41     {
       
    42     EPECPFNVPublic = 0,
       
    43     EPECPFNVPrivate
       
    44     };
       
    45 
       
    46 // Depends on profile values
       
    47 enum TPECAppDOPValues
       
    48     {
       
    49     EPECDOPOff = 0,
       
    50     EPECDOPAvailAndPrivMsg,
       
    51     EPECDOPOnlyAvail,
       
    52     EPECDOPOnlyPrivMsg
       
    53     };
       
    54 
       
    55 // Login values
       
    56 
       
    57 enum TPECAppLoginValues
       
    58     {
       
    59     EPECLoginAutoInHomeNW = 0,
       
    60     EPECLoginAutoAlways,
       
    61     EPECLoginManual,
       
    62     EPECDoManualLoginWithStateChangeQuery
       
    63     };
       
    64 
       
    65 
       
    66 #endif      // PECAPPSHAREDDATA_H
       
    67 
       
    68 // End of File