remotemgmt_plat/syncml_notifier_api/inc/SyncMLNotifier.h
branchRCL_3
changeset 26 19bba8228ff0
parent 0 b497e44ab2fc
equal deleted inserted replaced
25:b183ec05bd8c 26:19bba8228ff0
       
     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:  Partial declaration of the notifier API.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef SYNCMLNOTIFIER_H
       
    21 #define SYNCMLNOTIFIER_H
       
    22 
       
    23 //  INCLUDES
       
    24 #include <eiknotapi.h>
       
    25 
       
    26 // CONSTANTS
       
    27 // Notifier id for app starter notifier
       
    28 const TUid KSyncMLAppLaunchNotifierUid = {0x101F8769};
       
    29 
       
    30 // Notifier id for server dialog notifier
       
    31 const TUid KSyncMLDlgNotifierUid =       {0x101F876A};
       
    32 const TUid KSyncMLFwUpdNotifierUid =     {0x102072BF}; // Notifier id for firmware update notifier
       
    33 
       
    34 // FUNCTION PROTOTYPES
       
    35 // Notifier array (entry point)
       
    36 IMPORT_C CArrayPtr<MEikSrvNotifierBase2>* NotifierArray();
       
    37 
       
    38 #endif      // SYNCMLNOTIFIER_H   
       
    39             
       
    40 // End of File