mpengine/tsrc/unittest_mpengine/stub/src/mpmpxharvesterframeworkwrapper.cpp
changeset 55 f3930dda3342
parent 47 4cc1412daed0
equal deleted inserted replaced
51:560ce2306a17 55:f3930dda3342
    18 #include "stub/inc/mpmpxharvesterframeworkwrapper.h"
    18 #include "stub/inc/mpmpxharvesterframeworkwrapper.h"
    19 
    19 
    20 /*!
    20 /*!
    21  Stub function.
    21  Stub function.
    22  */
    22  */
    23 MpMpxHarvesterFrameworkWrapper::MpMpxHarvesterFrameworkWrapper( TUid hostUid, QObject *parent )
    23 MpMpxHarvesterFrameworkWrapper::MpMpxHarvesterFrameworkWrapper( quint32 clientSecureId, QObject *parent )
    24     : QObject( parent ),
    24     : QObject( parent ),
    25       mScanRequested( false ),
    25       mScanRequested( false ),
    26       mScanning( false ),
    26       mScanning( false ),
    27       mScanCount( -1 ),
    27       mScanCount( -1 ),
    28       mCheckSystemEventsRequested( false )
    28       mCheckSystemEventsRequested( false )
    29 {
    29 {
    30     Q_UNUSED( hostUid );
    30     Q_UNUSED( clientSecureId );
    31 }
    31 }
    32 
    32 
    33 
    33 
    34 /*!
    34 /*!
    35  Stub function.
    35  Stub function.