mmserv/tms/tmsserver/inc/tmsserversession.h
changeset 14 80975da52420
parent 12 5a06f39ad45b
child 20 b67dd1fc57c5
equal deleted inserted replaced
12:5a06f39ad45b 14:80975da52420
    43     static TMSServerSession* NewL(TMSServer &aServer);
    43     static TMSServerSession* NewL(TMSServer &aServer);
    44 
    44 
    45     // Destructor
    45     // Destructor
    46     ~TMSServerSession();
    46     ~TMSServerSession();
    47 
    47 
    48     void HandleGlobalEffectChange(TInt globalevent);
    48     void HandleGlobalEffectChange(TInt globalevent, TInt level,
       
    49             TBool output_change = EFalse,
       
    50             TMSAudioOutput output = TMS_AUDIO_OUTPUT_PRIVATE);
    49     void HandleRoutingChange(TRoutingMsgBufPckg routinginfo);
    51     void HandleRoutingChange(TRoutingMsgBufPckg routinginfo);
    50 
    52 
    51     // Send notifications to clients
    53     // Send notifications to clients
    52     void NotifyClient(const TInt aCommand, const TInt aStatus = KErrNone);
    54     void NotifyClient(const TInt aCommand, const TInt aStatus = KErrNone);
    53 
    55