syncmlfw/common/sosserver/inc/nsmlsosthread.h
changeset 51 2e64dc50f295
parent 40 588ad05716be
child 55 1c556dee8eb1
--- a/syncmlfw/common/sosserver/inc/nsmlsosthread.h	Tue Jul 13 09:37:43 2010 +0530
+++ b/syncmlfw/common/sosserver/inc/nsmlsosthread.h	Tue Jul 13 09:51:41 2010 +0530
@@ -21,6 +21,7 @@
 
 #include <SyncMLNotifierParams.h>
 #include <SyncMLNotifier.h>
+#include <dmdevdialogclient.h>
 #include <hbdevicedialogsymbian.h>
 #include <hbsymbianvariant.h>
 #include "nsmlsosserver.h"
@@ -194,7 +195,7 @@
 		TRequestStatus& iCallerStatus;
 		
 //		RNotifier iNotifier;
-		TSyncMLAppLaunchNotifRetValPckg iResBuf;
+		TPckgBuf<TInt> iResBuf;
 	
 		CNSmlThreadParams& iThreadParams;
 		CNSmlNotifierTimeOut iNotifierTimeOut;
@@ -203,7 +204,7 @@
 		CHbDeviceDialogSymbian* iDevDialog;
             RProperty iProperty;
             TBool iHbSyncmlNotifierEnabled;
-		
+           RDmDevDialog iDmDevdialog;
 
 	};