syncmlfw/ds/dsutils/ProfileUtil/testprofileutil/inc/testprofileutil.h
branchRCL_3
changeset 61 b183ec05bd8c
parent 0 b497e44ab2fc
child 62 19bba8228ff0
--- a/syncmlfw/ds/dsutils/ProfileUtil/testprofileutil/inc/testprofileutil.h	Thu Aug 19 10:44:50 2010 +0300
+++ b/syncmlfw/ds/dsutils/ProfileUtil/testprofileutil/inc/testprofileutil.h	Tue Aug 31 16:04:06 2010 +0300
@@ -25,7 +25,8 @@
 #include <TestScripterInternal.h>
 #include <StifTestModule.h>
 #include <TestclassAssert.h>
-
+#include <centralrepository.h>
+#include <CoreApplicationUIsSDKCRKeys.h>
 
 //SyncML Includes
 
@@ -34,7 +35,6 @@
 #include <SyncMLClientDM.h>
 #include <SyncMLObservers.h>
 #include <SyncMLErr.h>
-#include <MProfileEngineExtended.h>
 
 
 // CONSTANTS
@@ -229,8 +229,7 @@
           TSmlTransportId			iConnectionId;
           TSmlDataProviderId		iDataProviderId;
           
-          MProfileEngineExtended* iProfileEngine;
-         // Reserved pointer for future extension
+          // Reserved pointer for future extension
         //TAny* iReserved;
 
     public:     // Friend classes
@@ -334,7 +333,9 @@
 		
 		void CloseSyncSession();
 		
-  private:
+		void OfflineModeL();
+				
+ private:
         
         TInt iInterruptStage;
          
@@ -347,9 +348,6 @@
         TStatus iPrgPrevStatus;
 		
 		TStatus iPrgCurStatus;
-        
-        MProfileEngineExtended* iProfileEngine;
-         
             
 };