usbmgmt/usbmgr/host/functiondrivers/ms/msmm/referencepolicyplugin/inc/refppnotificationman.h
branchRCL_3
changeset 16 012cc2ee6408
parent 15 f92a4f87e424
--- a/usbmgmt/usbmgr/host/functiondrivers/ms/msmm/referencepolicyplugin/inc/refppnotificationman.h	Tue Aug 31 17:01:47 2010 +0300
+++ b/usbmgmt/usbmgr/host/functiondrivers/ms/msmm/referencepolicyplugin/inc/refppnotificationman.h	Wed Sep 01 12:35:00 2010 +0100
@@ -27,10 +27,6 @@
 #include <usb/hostms/msmm_policy_def.h>
 #include <usb/hostms/srverr.h>
 
-#ifdef __OVER_DUMMYCOMPONENT__
-    #include <usb/hostms/dummycomponent/dummynotifier.h>
-#endif
-
 typedef RArray<THostMsErrorDataPckg> THostMsErrDataQueue;
 const TInt KMaxResponseStringLen = 16;
 
@@ -58,11 +54,7 @@
 private:
     THostMsErrDataQueue iErrorQueue;
     TBuf8<16> iResponse;
-#ifdef __OVER_DUMMYCOMPONENT__
-    RDummyNotifier iNotifier;
-#else
     RNotifier iNotifier;
-#endif
     };
 
 #endif /*REFPPNOTIFICATIONMAN_H*/