syncmlfw/dm/syncagent/inc/NSmlDMAgent.h
branchRCL_3
changeset 62 19bba8228ff0
parent 61 b183ec05bd8c
--- a/syncmlfw/dm/syncagent/inc/NSmlDMAgent.h	Tue Aug 31 16:04:06 2010 +0300
+++ b/syncmlfw/dm/syncagent/inc/NSmlDMAgent.h	Wed Sep 01 12:27:42 2010 +0100
@@ -22,10 +22,11 @@
 
 // INCLUDES
 #include <e32base.h>
-#include <devicedialogsymbian.h>
+#include "NSmlAgentBase.h"
+
+#include "SyncMLNotifierParams.h"
+#include "NSmlPrivateAPI.h"
 #include <DevManInternalCRKeys.h>
-#include "NSmlAgentBase.h"
-#include "NSmlPrivateAPI.h"
 
 // FORWARD DECLARATIONS
 class MSyncMLProgressObserver;
@@ -270,7 +271,8 @@
 	private:
 		TRequestStatus& iCallerStatus;
 		
-
+		RNotifier iNotifier;
+		TSyncMLAppLaunchNotifRetValPckg iResBuf;
 	
 		TInt& iCreatorId;
 		CNSmlAgentNotifierTimeOut iNotifierTimeOut;