wvuing/IMPSServiceSettingsUI/CenRepPubSubInc/IMPSSystemNotifyDefs.h
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2004 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:  Some constants for usage of system notifier pub&sub implementation
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __IMPSSYSTEMNOTIFYDEFSPUBSUB_H
       
    19 #define __IMPSSYSTEMNOTIFYDEFSPUBSUB_H
       
    20 
       
    21 #include <SaCls.h>
       
    22 
       
    23 
       
    24 #include <ctsydomainpskeys.h>
       
    25 
       
    26 const TUid KIMPSSystemUidCurrentCall = {0x101F8787};
       
    27 
       
    28 enum TIMPSSystemCurrentCall
       
    29     {
       
    30     EIMPSSystemCallNone = EPSCTsyCallTypeNone,
       
    31     EIMPSSystemCallVoice = EPSCTsyCallTypeCSVoice,
       
    32     EIMPSSystemCallFax = EPSCTsyCallTypeFax,
       
    33     EIMPSSystemCallData = EPSCTsyCallTypeData,
       
    34     EIMPSSystemCallAlerting = EPSCTsyCallStateAlerting,
       
    35     EIMPSSystemCallRinging = EPSCTsyCallStateRinging,
       
    36     EIMPSSystemCallAlternating = EPSCTsyCallStateAnswering, // answering why?
       
    37     EIMPSSystemCallDialling = EPSCTsyCallStateDialling,
       
    38     EIMPSSystemCallAnswering = EPSCTsyCallStateAnswering,
       
    39     EIMPSSystemCallDisconnecting = EPSCTsyCallStateDisconnecting
       
    40     };
       
    41 
       
    42 
       
    43 const TUid KIMPSSystemUidNetworkStatus = {KUidNetworkStatusValue};
       
    44 
       
    45 enum TIMPSSystemNetworkStatus
       
    46     {
       
    47     EIMPSSystemNetworkAvailable = ESANetworkAvailable,
       
    48     EIMPSSystemNetworkUnAvailable = ESANetworkUnAvailable
       
    49     };
       
    50 
       
    51 #endif      // __IMPSSHAREDDATADEFSPUBSUB_H
       
    52 
       
    53 // End of File