phoneengine/engineinfo/inc/mpeengineinfo.h
changeset 22 6bb1b21d2484
parent 21 92ab7f8d0eab
child 51 f39ed5e045e0
equal deleted inserted replaced
21:92ab7f8d0eab 22:6bb1b21d2484
    20 #ifndef MPEENGINEINFO_H
    20 #ifndef MPEENGINEINFO_H
    21 #define MPEENGINEINFO_H
    21 #define MPEENGINEINFO_H
    22 
    22 
    23 //  INCLUDES
    23 //  INCLUDES
    24 #include <pevirtualengine.h>
    24 #include <pevirtualengine.h>
    25 // <-- QT PHONE START -->
       
    26 #include "mpecallsettersif.h" 
    25 #include "mpecallsettersif.h" 
    27 // <-- QT PHONE END --> 
       
    28 
    26 
    29 // CONSTANTS
    27 // CONSTANTS
    30 // None
    28 // None
    31 
    29 
    32 // FORWARD DECLARATIONS
    30 // FORWARD DECLARATIONS
    41 *  Offers engine info interface to phone application
    39 *  Offers engine info interface to phone application
    42 *
    40 *
    43 *  @lib phoneengine.lib
    41 *  @lib phoneengine.lib
    44 *  @since Series 60 4.0
    42 *  @since Series 60 4.0
    45 */
    43 */
    46 // <-- QT PHONE START --> 
       
    47 NONSHARABLE_CLASS( MPEEngineInfo ) : public MPECallSettersIF
    44 NONSHARABLE_CLASS( MPEEngineInfo ) : public MPECallSettersIF
    48 // <-- QT PHONE END --> 
       
    49     {
    45     {
    50 
    46 
    51     public:
    47     public:
    52         /**
    48         /**
    53         * Gets active als line of the phone from TPEBasicInfo-structure
    49         * Gets active als line of the phone from TPEBasicInfo-structure
   701          * Returns call origin for the call
   697          * Returns call origin for the call
   702          * @param aOrigin indicates if the call is phone, client or SAT originated
   698          * @param aOrigin indicates if the call is phone, client or SAT originated
   703          */
   699          */
   704         virtual TPECallOrigin CallOrigin( const TInt aCallId ) const = 0;
   700         virtual TPECallOrigin CallOrigin( const TInt aCallId ) const = 0;
   705         
   701         
   706 // <-- QT PHONE START --> 
       
   707         /**
   702         /**
   708          * Returns Phonebook contact identifier.
   703          * Returns Phonebook contact identifier.
   709          */
   704          */
   710         virtual TInt ContactId2 () const = 0;
   705         virtual TInt ContactId2 () const = 0;
   711 // <-- QT PHONE END -->  
   706 
   712     }; // MPEEngineInfo
   707     }; // MPEEngineInfo
   713     
   708     
   714 #endif      //MPEENGINEINFO_H
   709 #endif      //MPEENGINEINFO_H
   715     
   710     
   716 // End of File
   711 // End of File