convergedcallengine/cce/inc/cccecallinfoconverter.h
changeset 0 ff3b6d0fd310
equal deleted inserted replaced
-1:000000000000 0:ff3b6d0fd310
       
     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:  Converts cce call information to mediator call information
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef CCCECALLINFORMATIONCONVERTER_H
       
    20 #define CCCECALLINFORMATIONCONVERTER_H
       
    21 
       
    22 #include <e32base.h>
       
    23 
       
    24 class MCCECallInfo;
       
    25 
       
    26 #include <callinformation.h>
       
    27 #include <mcall.h>
       
    28 
       
    29 #include "mccecallobserver.h"
       
    30 #include "mccecallinfo.h"
       
    31 
       
    32 /**
       
    33  *  Converts cce call information to mediator call information
       
    34  *  
       
    35  *  @lib CCE.lib
       
    36  *  @since S60 5.0
       
    37  */
       
    38 NONSHARABLE_CLASS( CCCECallInfoConverter ) : public CBase
       
    39     {
       
    40 public:
       
    41 
       
    42     /**
       
    43      * Converts call info.
       
    44      *
       
    45      * @since S60 5.0
       
    46      * @param aCallInfo Info to be converted.
       
    47      * @return Mediator call info
       
    48      */
       
    49     virtual TCallInfo Convert( MCCECallInfo& aCallInfo ) const;
       
    50     
       
    51 private:
       
    52      
       
    53    
       
    54     };
       
    55 
       
    56 #endif // CCCECALLINFORMATIONCONVERTER_H