wvuing/IMPSConnectionUI/Group/PAppVariationNG.hrh
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2005 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:  This file contains declarations for resources of IM variation.
       
    15  *                This file can be included in C++ or resource file.
       
    16  *
       
    17 */
       
    18 
       
    19  
       
    20 #ifndef PAPPVARIATIONNG_HRH
       
    21 #define PAPPVARIATIONNG_HRH
       
    22 
       
    23 // used in STRUCT IM_ATTRIBUTE as 'attribute' value
       
    24 enum TIMAttributeValues
       
    25     {
       
    26     EIMOnlineAttr = 100,
       
    27     EIMUserAvailabilityAttr,
       
    28     EIMCommCapAttr,
       
    29     EIMClientTypeAttr
       
    30     };
       
    31 
       
    32 // used in STRUCT IM_ATTRIBUTE as 'qualifier' value
       
    33 enum TIMQualifierValues
       
    34     {
       
    35     EIMQualifierFalse = 200,
       
    36     EIMQualifierTrue
       
    37     };
       
    38 
       
    39 // used in STRUCT IM_ATTRIBUTE as 'value' value when 'attribute' equals to EIMOnlineAttr
       
    40 enum TIMOnlineAttrValues
       
    41     {
       
    42     // controlled by server, so client can't change this
       
    43     EIMOnlineNoChange = 300
       
    44     };
       
    45 
       
    46 // used in STRUCT IM_ATTRIBUTE as 'value' value when 'attribute' equals to EIMUserAvailabilityAttr
       
    47 enum TIMUserAvailabilityAttrValues
       
    48     {
       
    49     EIMUserAvailabilityNoChange = 400,
       
    50     EIMUserAvailabilityNotAvailable,
       
    51     EIMUserAvailabilityDiscreet,
       
    52     EIMUserAvailabilityAvailable
       
    53     };
       
    54 
       
    55 // used in STRUCT IM_ATTRIBUTE as 'value' value when 'attribute' equals to EIMCommCapAttr
       
    56 enum TIMCommCapAttrValues
       
    57     {
       
    58     EIMCommCapNoChange = 500,
       
    59     EIMCommCapClosed,
       
    60     EIMCommCapOpen
       
    61     };
       
    62 
       
    63 // used in STRUCT IM_ATTRIBUTE as 'value' value when 'attribute' equals to EIMCommCapAttr
       
    64 enum TIMClientTypeAttrValues
       
    65     {
       
    66     // cannot be changed
       
    67     EIMClientTypeNoChange = 0
       
    68     };
       
    69 
       
    70 #endif	// PAPPVARIATIONNG_HRH
       
    71 
       
    72 // End of file