serviceproviders/sapi_mediamanagement/inc/mgserviceobserver.h
changeset 33 50974a8b132e
parent 19 989d2f495d90
equal deleted inserted replaced
32:8d692d9f828f 33:50974a8b132e
    22 #include "mgservice.hrh"
    22 #include "mgservice.hrh"
    23 #include "mgoperationobserver.h"
    23 #include "mgoperationobserver.h"
    24 
    24 
    25 class CLiwGenericParamList;
    25 class CLiwGenericParamList;
    26 class MCLFItemListModel;
    26 class MCLFItemListModel;
       
    27 class CClfOperationObserver;
    27 
    28 
    28 
    29 
    29 
    30 
    30 
    31 
    31 // CLASS DECLARATION
    32 // CLASS DECLARATION
    68         * @param aError System wide error code if the operation did not
    69         * @param aError System wide error code if the operation did not
    69         *        succeed.
    70         *        succeed.
    70         */
    71         */
    71         virtual void MgNotifyL(TUint  aTransactionID, 
    72         virtual void MgNotifyL(TUint  aTransactionID, 
    72                                MCLFItemListModel* aListModel,
    73                                MCLFItemListModel* aListModel,
       
    74                                CClfOperationObserver* aOperationObserver,
    73         					   TMgOperationEvent& aOperationEvent , 
    75         					   TMgOperationEvent& aOperationEvent , 
    74                                const TInt& aError );
    76                                const TInt& aError );
    75 
    77 
    76                 
    78                 
    77         
    79