mmappcomponents/harvester/server/inc/mpxharvesterengine.h
changeset 32 edd273b3192a
parent 27 cbb1bfb7ebfb
--- a/mmappcomponents/harvester/server/inc/mpxharvesterengine.h	Fri May 14 16:21:14 2010 +0300
+++ b/mmappcomponents/harvester/server/inc/mpxharvesterengine.h	Thu May 27 13:19:19 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;