diff -r 560ce2306a17 -r f3930dda3342 mpengine/src/mpmpxharvesterframeworkwrapper_p.cpp --- a/mpengine/src/mpmpxharvesterframeworkwrapper_p.cpp Tue Aug 24 03:36:14 2010 -0500 +++ b/mpengine/src/mpmpxharvesterframeworkwrapper_p.cpp Fri Sep 03 19:58:01 2010 -0500 @@ -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