diff -r c5b304f4d89b -r ed94e1e8390e mpengine/src/mpmpxharvesterframeworkwrapper_p.cpp --- a/mpengine/src/mpmpxharvesterframeworkwrapper_p.cpp Thu Sep 02 20:24:03 2010 +0300 +++ b/mpengine/src/mpmpxharvesterframeworkwrapper_p.cpp Fri Sep 17 08:28:52 2010 +0300 @@ -77,9 +77,9 @@ /*! \internal */ -void MpMpxHarvesterFrameworkWrapperPrivate::init( TUid hostUid ) +void MpMpxHarvesterFrameworkWrapperPrivate::init( quint32 clientSecureId ) { - mHostUid = hostUid; + iHostUid = TUid::Uid( clientSecureId ); TRAPD( err, DoInitL() ); if ( err != KErrNone ) { TX_LOG_ARGS( "Error: " << err << "; should never get here." ); @@ -176,7 +176,7 @@ void MpMpxHarvesterFrameworkWrapperPrivate::DoInitL() { TX_ENTRY - iCollectionUtility = MMPXCollectionUtility::NewL( this, mHostUid ); + iCollectionUtility = MMPXCollectionUtility::NewL( this, iHostUid ); iHarvesterUtility = CMPXHarvesterFactory::NewL(); iHarvesterUtility->CheckForSystemEventsL(); TX_EXIT