convergedconnectionhandler/cchserver/inc/mcchnotehandler.h
changeset 0 a4daefaec16c
equal deleted inserted replaced
-1:000000000000 0:a4daefaec16c
       
     1 /*
       
     2 * Copyright (c) 2008-2008 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:  MCchNoteHandler class definition. A virtual class.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MCCHNOTEHANDLER_H
       
    20 #define MCCHNOTEHANDLER_H
       
    21 
       
    22 #include "cchclientserverinternal.h"
       
    23 
       
    24 // CLASS DECLARATION
       
    25 /**
       
    26 *  MCchNoteHandler
       
    27 *  
       
    28 *  @lib   cchserver
       
    29 *  @since 5.0
       
    30 */
       
    31 
       
    32 class MCchNoteHandler
       
    33     {
       
    34     public:
       
    35 
       
    36     /**
       
    37     * Launches cch global note.
       
    38     * @since Series60 5.0
       
    39     * 
       
    40     * @param aCchGlobalNoteType cch global note type.
       
    41     * @param aSoftKeyConfig softkey configuration.
       
    42     * @param aType type of confirmation query.
       
    43     * @param aSecondaryDisplayIndex secondary display index.
       
    44     */
       
    45     virtual void LaunchGlobalNoteL( 
       
    46         const TCCHGlobalNoteType aCchGlobalNoteType,
       
    47         const TInt aResourceID, 
       
    48         const TInt aSoftKeyConfig,
       
    49         const TInt aSecondaryDisplayIndex )=0;
       
    50                 
       
    51     };
       
    52 
       
    53 #endif // MCCHNOTEHANDLER_H
       
    54 
       
    55 // End of File