mmappcomponents/harvester/server/inc/mpxharvesterengine.h
branchRCL_3
changeset 17 6f9f6e99a23e
parent 12 51035f0751c2
equal deleted inserted replaced
14:f56ec6ce2732 17:6f9f6e99a23e
    29 
    29 
    30 // FORWARD DECLARATIONS
    30 // FORWARD DECLARATIONS
    31 class CMPXHarvesterFileHandler;
    31 class CMPXHarvesterFileHandler;
    32 class CMPXFsFormatMonitor;
    32 class CMPXFsFormatMonitor;
    33 class CMPXMediaRemovalMonitor;
    33 class CMPXMediaRemovalMonitor;
    34 class CMPXUsbEventHandler;
    34 class CMPXConnectionEventHandler;
    35 class CMPXMedia;
    35 class CMPXMedia;
    36 class CMPXActiveTaskQueue;
    36 class CMPXActiveTaskQueue;
    37 class CMPXPlaylistEngine;
    37 class CMPXPlaylistEngine;
    38 class MMPXHarvesterEngineObserver;
    38 class MMPXHarvesterEngineObserver;
    39 class MMPXCollectionUtility;
    39 class MMPXCollectionUtility;
   302     CMPXHarvesterFileHandler* iFileHandler;
   302     CMPXHarvesterFileHandler* iFileHandler;
   303 
   303 
   304     // Move to RPointerArrays of monitors in the future
   304     // Move to RPointerArrays of monitors in the future
   305     CMPXFsFormatMonitor*      iFormatMonitor;
   305     CMPXFsFormatMonitor*      iFormatMonitor;
   306     CMPXMediaRemovalMonitor*  iMediaRemovalMonitor;
   306     CMPXMediaRemovalMonitor*  iMediaRemovalMonitor;
   307     CMPXUsbEventHandler*      iUSBMonitor;
   307     CMPXConnectionEventHandler*      iConnectionMonitor;
   308 
   308 
   309     // Internal task queue for async operations
   309     // Internal task queue for async operations
   310     CMPXActiveTaskQueue*      iTaskQueue;
   310     CMPXActiveTaskQueue*      iTaskQueue;
   311 
   311 
   312     // Playlist engine
   312     // Playlist engine