voicerecorder/RecViewSrc/CVRMediaRemovalMonitor.h
branchRCL_3
changeset 13 4e5b531d23cb
parent 10 bb90e4148332
equal deleted inserted replaced
11:a2fdc35b8f46 13:4e5b531d23cb
    25 /**
    25 /**
    26  *  Class to monitors for File System dismount events
    26  *  Class to monitors for File System dismount events
    27  *  @lib Harvester
    27  *  @lib Harvester
    28  *  @since S60 3.0
    28  *  @since S60 3.0
    29  */
    29  */
    30 class CVRMediaRemovalMonitor : public CActive
    30 NONSHARABLE_CLASS( CVRMediaRemovalMonitor ) : public CActive
    31     {
    31     {
    32 
    32 
    33 public:
    33 public:
    34 
    34 
    35     /**
    35     /**