syncmlfw/common/sosserver/inc/nsmlsosthread.h
branchGCC_SURGE
changeset 53 b3a7d8e28262
parent 44 39aa16f3fdc2
child 55 1c556dee8eb1
--- a/syncmlfw/common/sosserver/inc/nsmlsosthread.h	Fri Jun 25 14:05:15 2010 +0100
+++ b/syncmlfw/common/sosserver/inc/nsmlsosthread.h	Thu Jul 22 16:43:13 2010 +0100
@@ -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;
 
 	};