mpengine/src/mpmpxharvesterframeworkwrapper.cpp
changeset 55 f3930dda3342
parent 35 fdb31ab341af
equal deleted inserted replaced
51:560ce2306a17 55:f3930dda3342
    63  */
    63  */
    64 
    64 
    65 /*!
    65 /*!
    66  Constructs the utility wrapper.
    66  Constructs the utility wrapper.
    67  */
    67  */
    68 MpMpxHarvesterFrameworkWrapper::MpMpxHarvesterFrameworkWrapper( TUid hostUid, QObject *parent )
    68 MpMpxHarvesterFrameworkWrapper::MpMpxHarvesterFrameworkWrapper( quint32 clientSecureId, QObject *parent )
    69     : QObject( parent )
    69     : QObject( parent )
    70 {
    70 {
    71     d_ptr = new MpMpxHarvesterFrameworkWrapperPrivate( this );
    71     d_ptr = new MpMpxHarvesterFrameworkWrapperPrivate( this );
    72     d_ptr->init( hostUid );
    72     d_ptr->init( clientSecureId );
    73 }
    73 }
    74 
    74 
    75 /*!
    75 /*!
    76  Destructs the utility wrapper.
    76  Destructs the utility wrapper.
    77  */
    77  */