camerauis/cameraapp/generic/inc/CamDriveChangeNotifier.h
branchRCL_3
changeset 15 bf64cebf4673
parent 13 38fb6f7eacd5
--- a/camerauis/cameraapp/generic/inc/CamDriveChangeNotifier.h	Tue Apr 27 16:19:06 2010 +0300
+++ b/camerauis/cameraapp/generic/inc/CamDriveChangeNotifier.h	Tue May 11 15:56:11 2010 +0300
@@ -22,8 +22,9 @@
 
 //  INCLUDES
 #include <f32file.h>
-#include "campropertywatcher.h"
-#include "campropertyobserver.h"
+#include "CamPropertyWatcher.h"
+#include "CamPropertyObserver.h"
+#include "CamTimer.h"
 
 // FORWARD DECLARATIONS
 class MCamDriveChangeNotifierObserver;
@@ -137,7 +138,12 @@
         // New functions
 
         void StartMonitoring();
+        
         void CancelMonitoring();
+        
+        void USBTimerCallBackL();
+        
+        static TInt USBTimerCallBack( TAny* aPtr ); 
 
     public: // From MPropertyObserver
         /**
@@ -170,6 +176,8 @@
         CCamPropertyWatcher* iUsbMSWatcher;
         
         TBool iMassStorageModeOn;
+        
+        CCamTimer* iUSBTimer;
 
     };