--- a/syncmlfw/ds/dsutils/ProfileUtil/testprofileutil/inc/testprofileutil.h Tue Aug 31 16:04:06 2010 +0300
+++ b/syncmlfw/ds/dsutils/ProfileUtil/testprofileutil/inc/testprofileutil.h Wed Sep 01 12:27:42 2010 +0100
@@ -25,8 +25,7 @@
#include <TestScripterInternal.h>
#include <StifTestModule.h>
#include <TestclassAssert.h>
-#include <centralrepository.h>
-#include <CoreApplicationUIsSDKCRKeys.h>
+
//SyncML Includes
@@ -35,6 +34,7 @@
#include <SyncMLClientDM.h>
#include <SyncMLObservers.h>
#include <SyncMLErr.h>
+#include <MProfileEngineExtended.h>
// CONSTANTS
@@ -229,7 +229,8 @@
TSmlTransportId iConnectionId;
TSmlDataProviderId iDataProviderId;
- // Reserved pointer for future extension
+ MProfileEngineExtended* iProfileEngine;
+ // Reserved pointer for future extension
//TAny* iReserved;
public: // Friend classes
@@ -333,9 +334,7 @@
void CloseSyncSession();
- void OfflineModeL();
-
- private:
+ private:
TInt iInterruptStage;
@@ -348,6 +347,9 @@
TStatus iPrgPrevStatus;
TStatus iPrgCurStatus;
+
+ MProfileEngineExtended* iProfileEngine;
+
};