mmserv/tms/tmsserver/inc/tmsserversession.h
branchRCL_3
changeset 13 f5c5c82a163e
parent 10 3d8c721bf319
child 18 2eb3b066cc7d
equal deleted inserted replaced
11:03a293c97d5c 13:f5c5c82a163e
    41     static TMSServerSession* NewL(TMSServer &aServer);
    41     static TMSServerSession* NewL(TMSServer &aServer);
    42 
    42 
    43     // Destructor
    43     // Destructor
    44     ~TMSServerSession();
    44     ~TMSServerSession();
    45 
    45 
    46     void HandleGlobalEffectChange(TInt globalevent);
    46     void HandleGlobalEffectChange(TInt globalevent, TInt level,
       
    47             TBool output_change = EFalse,
       
    48             TMSAudioOutput output = TMS_AUDIO_OUTPUT_PRIVATE);
    47     void HandleRoutingChange(TRoutingMsgBufPckg routinginfo);
    49     void HandleRoutingChange(TRoutingMsgBufPckg routinginfo);
    48 
    50 
    49     // Send notifications to clients
    51     // Send notifications to clients
    50     void NotifyClient(const TInt aCommand, const TInt aStatus = KErrNone);
    52     void NotifyClient(const TInt aCommand, const TInt aStatus = KErrNone);
    51 
    53