wvuing/wvuiprocess/Inc/MCAMessageRWInterfacePC.h
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2006 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:  Utils for message handling
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef MCAMESSAGERWINTERFACEPC_H
       
    21 #define MCAMESSAGERWINTERFACEPC_H
       
    22 
       
    23 
       
    24 // FORWARD DECLARATIONS
       
    25 class MCAMessagesReadInterface;
       
    26 class MCAMessagesWriteInterface;
       
    27 
       
    28 // CLASS DECLARATION
       
    29 
       
    30 /**
       
    31 *  Utils for message handling
       
    32 *
       
    33 *  @lib wvuiprocessng.lib
       
    34 *  @since 3.2
       
    35 */
       
    36 class MCAMessageRWInterfacePC
       
    37     {
       
    38     public:
       
    39 
       
    40         virtual MCAMessagesReadInterface& ReadInterfaceL() const = 0;
       
    41 
       
    42         virtual MCAMessagesWriteInterface& WriteInterfaceL() const = 0;
       
    43 
       
    44         /**
       
    45          * Destructor.
       
    46          */
       
    47         virtual ~MCAMessageRWInterfacePC() {};
       
    48 
       
    49     };
       
    50 
       
    51 #endif      // MCAMESSAGERWINTERFACEPC_H
       
    52 
       
    53 // End of File