imstutils/imconversationview/imcvuiapp/inc/mimcvrecipientobserver.h
changeset 15 81eeb8c83ce5
parent 0 5e5d6b214f4f
equal deleted inserted replaced
0:5e5d6b214f4f 15:81eeb8c83ce5
     1 /*
       
     2 * Copyright (c) 2003 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:  Declares interface for recipient procedures in chat view
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef MIMCVRECIPIENTOBSERVER_H
       
    21 #define MIMCVRECIPIENTOBSERVER_H
       
    22 
       
    23 // CLASS DECLARATION
       
    24 
       
    25 /**
       
    26 *  Declares interface for recipient procedures in chat view
       
    27 *  Interface between chat container and chat view
       
    28 *
       
    29 *  @lib chat.app
       
    30 *  @since 1.2
       
    31 */
       
    32 class MIMCVRecipientObserver
       
    33     {
       
    34     public:  
       
    35 
       
    36 		/**
       
    37 		 * Shows popup menu instead of application menu
       
    38 		 */
       
    39 		virtual void ShowPopUpMenuL() = 0;
       
    40 	
       
    41 	protected:
       
    42 
       
    43 		virtual ~MIMCVRecipientObserver() {};
       
    44 
       
    45     };
       
    46 
       
    47 #endif      // MIMCVRECIPIENTOBSERVER_H
       
    48             
       
    49 // End of File