mmappcomponents/harvester/server/inc/mpxharvesterengine.h
branchRCL_3
changeset 19 51035f0751c2
parent 0 a2952bb97e68
child 30 6f9f6e99a23e
equal deleted inserted replaced
17:780c925249c1 19:51035f0751c2
    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 CMPXUsbEventHandler;
    35 class CMPXMMCEjectMonitor;
       
    36 class CMPXMedia;
    35 class CMPXMedia;
    37 class CMPXActiveTaskQueue;
    36 class CMPXActiveTaskQueue;
    38 class CMPXPlaylistEngine;
    37 class CMPXPlaylistEngine;
    39 class MMPXHarvesterEngineObserver;
    38 class MMPXHarvesterEngineObserver;
    40 class MMPXCollectionUtility;
    39 class MMPXCollectionUtility;
   304 
   303 
   305     // Move to RPointerArrays of monitors in the future
   304     // Move to RPointerArrays of monitors in the future
   306     CMPXFsFormatMonitor*      iFormatMonitor;
   305     CMPXFsFormatMonitor*      iFormatMonitor;
   307     CMPXMediaRemovalMonitor*  iMediaRemovalMonitor;
   306     CMPXMediaRemovalMonitor*  iMediaRemovalMonitor;
   308     CMPXUsbEventHandler*      iUSBMonitor;
   307     CMPXUsbEventHandler*      iUSBMonitor;
   309     CMPXMMCEjectMonitor*      iMMCMonitor;
       
   310 
   308 
   311     // Internal task queue for async operations
   309     // Internal task queue for async operations
   312     CMPXActiveTaskQueue*      iTaskQueue;
   310     CMPXActiveTaskQueue*      iTaskQueue;
   313 
   311 
   314     // Playlist engine
   312     // Playlist engine