mmsharing/mmshavailability/tsrc/ut_availability/Stubs/inc/musavacapabilityqueryobserverimp.h
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
equal deleted inserted replaced
32:73a1feb507fb 33:bc78a40cd63c
    18 
    18 
    19 #ifndef __MUSAVACAPABQUERYOBSERVERIMP_H__
    19 #ifndef __MUSAVACAPABQUERYOBSERVERIMP_H__
    20 #define __MUSAVACAPABQUERYOBSERVERIMP_H__
    20 #define __MUSAVACAPABQUERYOBSERVERIMP_H__
    21 
    21 
    22 #include <e32base.h>
    22 #include <e32base.h>
    23 #include <mussettingskeys.h>
       
    24 #include "mmusavacapabilityqueryobserver.h"
    23 #include "mmusavacapabilityqueryobserver.h"
    25 
    24 
    26 class CMusAvaCapabilityQueryObserverImp : public CBase, 
    25 class CMusAvaCapabilityQueryObserverImp : public CBase, 
    27                                           public MMusAvaCapabilityQueryObserver
    26                                           public MMusAvaCapabilityQueryObserver
    28                                 
    27                                 
    46     
    45     
    47     void VideoCodecsResolvedL( const MDesCArray& aVideoCodecs );
    46     void VideoCodecsResolvedL( const MDesCArray& aVideoCodecs );
    48     
    47     
    49     TBool CapabilityQueryAnswered( TBool aAnswered = EFalse );
    48     TBool CapabilityQueryAnswered( TBool aAnswered = EFalse );
    50     
    49     
    51     void FastModeResolved( MusSettingsKeys::TFastMode aMode );
       
    52     };
    50     };
    53 
    51 
    54 
    52 
    55 #endif // __MUSAVACAPABQUERYOBSERVERIMP_H__
    53 #endif // __MUSAVACAPABQUERYOBSERVERIMP_H__
    56 
    54