diff -r f56ec6ce2732 -r 6f9f6e99a23e mmappcomponents/harvester/server/inc/mpxharvesterengine.h --- 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;