mmserv/radioutility/radioserver/Server/Src/RadioServer.cpp
branchRCL_3
changeset 3 4f62049db6ac
parent 0 71ca22bcf22a
child 5 709f89d8c047
equal deleted inserted replaced
0:71ca22bcf22a 3:4f62049db6ac
  1899         {
  1899         {
  1900         if ( aIfOnlyPrimaryClient && (iSessionCountPrimary > 1) )
  1900         if ( aIfOnlyPrimaryClient && (iSessionCountPrimary > 1) )
  1901             {
  1901             {
  1902             // Client has requested stop only if the requesting client is the only primary client.
  1902             // Client has requested stop only if the requesting client is the only primary client.
  1903             // There are other clients, so don't stop the audio in this case.
  1903             // There are other clients, so don't stop the audio in this case.
       
  1904             CompleteAsyncRequest(KErrNone);         //the request needs to be completed though 
  1904             return;
  1905             return;
  1905             }
  1906             }
  1906         iState = EStateTunerOn;
  1907         iState = EStateTunerOn;
  1907         // Stop ongoing playback. This is synchronous function.
  1908         // Stop ongoing playback. This is synchronous function.
  1908         iDevSound->Stop();
  1909         iDevSound->Stop();