syncmlfw/common/sosserver/inc/nsmlsosthread.h
changeset 44 39aa16f3fdc2
parent 27 2c8580950a26
child 55 1c556dee8eb1
--- a/syncmlfw/common/sosserver/inc/nsmlsosthread.h	Wed Jun 23 19:10:17 2010 +0300
+++ b/syncmlfw/common/sosserver/inc/nsmlsosthread.h	Tue Jul 06 15:14:24 2010 +0300
@@ -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;
 
 	};