securitydialogs/secuidialognotifiersrv/inc/secuidialognotifierservername.h
changeset 61 1cc4c46c2963
equal deleted inserted replaced
56:25a3fbb5e4d3 61:1cc4c46c2963
       
     1 /*
       
     2 * Copyright (c) 2010 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:  Secui dialog notifier server name
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef SECUIDIALOGNOTIFIERSERVERNAME_H
       
    19 #define SECUIDIALOGNOTIFIERSERVERNAME_H
       
    20 
       
    21 _LIT( KSecuiDialogNotifierServerName, "secuidialognotifiersrv" );
       
    22 const TInt KSecuiDialogNotifierServerMajorVersionNumber = 1;
       
    23 const TInt KSecuiDialogNotifierServerMinorVersionNumber = 0;
       
    24 const TInt KSecuiDialogNotifierServerBuildVersionNumber = 0;
       
    25 
       
    26 // See TSecurityDialogOperation in secdlgimpldefs.h for other function codes.
       
    27 const TInt KSecuiDialogCancelOperation = 0;
       
    28 
       
    29 #endif // SECUIDIALOGNOTIFIERSERVERNAME_H
       
    30