messagingfw/senduiservices/inc/senduiproperty.h
changeset 15 ff168ad79dda
parent 3 28ae839b4c09
child 17 d6ba66e59a81
equal deleted inserted replaced
3:28ae839b4c09 15:ff168ad79dda
     1 /*
       
     2 * Copyright (c) 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:   Constant data for SendUi Refresh API
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef R_CSENDUIPROPERTY_H
       
    21 #define R_CSENDUIPROPERTY_H
       
    22 
       
    23 const TUid KPSUidSendUiProperty = { 0x102072E4 };
       
    24 
       
    25 enum TSendUiPropertyKeys
       
    26     {
       
    27     KSendUiUpdateRequest,
       
    28     KSendUiUpdateOperation
       
    29     };
       
    30 
       
    31 enum TSendUiPropertyValues
       
    32     {
       
    33     KSendUiNotInitialized = -1,
       
    34     KSendUiUpdated,
       
    35     KSendUiUpdateRequested,
       
    36     KSendUiUpdateOperationRunning,
       
    37     KSendUiUpdateOperationDone
       
    38     };
       
    39     
       
    40 #endif