mpengine/tsrc/unittest_mpengine/stub/src/mpmpxharvesterframeworkwrapper.cpp
changeset 55 f3930dda3342
parent 47 4cc1412daed0
--- a/mpengine/tsrc/unittest_mpengine/stub/src/mpmpxharvesterframeworkwrapper.cpp	Tue Aug 24 03:36:14 2010 -0500
+++ b/mpengine/tsrc/unittest_mpengine/stub/src/mpmpxharvesterframeworkwrapper.cpp	Fri Sep 03 19:58:01 2010 -0500
@@ -20,14 +20,14 @@
 /*!
  Stub function.
  */
-MpMpxHarvesterFrameworkWrapper::MpMpxHarvesterFrameworkWrapper( TUid hostUid, QObject *parent )
+MpMpxHarvesterFrameworkWrapper::MpMpxHarvesterFrameworkWrapper( quint32 clientSecureId, QObject *parent )
     : QObject( parent ),
       mScanRequested( false ),
       mScanning( false ),
       mScanCount( -1 ),
       mCheckSystemEventsRequested( false )
 {
-    Q_UNUSED( hostUid );
+    Q_UNUSED( clientSecureId );
 }