harvester/monitorplugins/mmcplugin/inc/mmcmonitorao.h
branchRCL_3
changeset 3 6752808b2036
parent 0 c53acadfccc6
child 7 3cebc1a84278
equal deleted inserted replaced
2:b73a2e62868f 3:6752808b2036
    60         
    60         
    61         /**
    61         /**
    62         * Starts monitoring the MMC insertions and removals.
    62         * Starts monitoring the MMC insertions and removals.
    63         *
    63         *
    64         * @param aObserver  Both events are notified via the aObserver.
    64         * @param aObserver  Both events are notified via the aObserver.
       
    65         * @param aMedias Array of present medias
    65         * @return ETrue if success, EFalse if not
    66         * @return ETrue if success, EFalse if not
    66         */
    67         */
    67         TBool StartMonitoring( MMMCMonitorObserver& aObserver, RArray<TMdEMediaInfo>& aMedias );
    68         TBool StartMonitoring( MMMCMonitorObserver& aObserver, RArray<TMdEMediaInfo>& aMedias );
    68         
    69         
    69         /**
    70         /**