mmappcomponents/harvester/server/inc/mpxharvesterengine.h
branchRCL_3
changeset 30 6f9f6e99a23e
parent 19 51035f0751c2
--- a/mmappcomponents/harvester/server/inc/mpxharvesterengine.h	Tue May 11 16:40:32 2010 +0300
+++ b/mmappcomponents/harvester/server/inc/mpxharvesterengine.h	Tue May 25 13:14:13 2010 +0300
@@ -31,7 +31,7 @@
 class CMPXHarvesterFileHandler;
 class CMPXFsFormatMonitor;
 class CMPXMediaRemovalMonitor;
-class CMPXUsbEventHandler;
+class CMPXConnectionEventHandler;
 class CMPXMedia;
 class CMPXActiveTaskQueue;
 class CMPXPlaylistEngine;
@@ -304,7 +304,7 @@
     // Move to RPointerArrays of monitors in the future
     CMPXFsFormatMonitor*      iFormatMonitor;
     CMPXMediaRemovalMonitor*  iMediaRemovalMonitor;
-    CMPXUsbEventHandler*      iUSBMonitor;
+    CMPXConnectionEventHandler*      iConnectionMonitor;
 
     // Internal task queue for async operations
     CMPXActiveTaskQueue*      iTaskQueue;