mmserv/radioutility/radioserver/Server/Src/RadioServer.cpp
branchRCL_3
changeset 20 0ac9a5310753
parent 19 095bea5f582e
child 21 999b2818a0eb
equal deleted inserted replaced
19:095bea5f582e 20:0ac9a5310753
  2097                 iMapper->SetTspTargetClient( CTspClientMapper::EPlayingClients, iProcessId );
  2097                 iMapper->SetTspTargetClient( CTspClientMapper::EPlayingClients, iProcessId );
  2098                 iTspState = CTspClientMapper::EPlayingClients;
  2098                 iTspState = CTspClientMapper::EPlayingClients;
  2099                 }
  2099                 }
  2100             }
  2100             }
  2101         }
  2101         }
  2102     process.Close();
  2102 
  2103     client.Close();
       
  2104 #endif // RD_TSP_CLIENT_MAPPER
  2103 #endif // RD_TSP_CLIENT_MAPPER
  2105 
  2104 
  2106     if ( --iSessionCountPrimary == 0 )
  2105     if ( --iSessionCountPrimary == 0 )
  2107         {
  2106         {
  2108         RADIO_RDEBUG(_L("[RADIO-SVR] ProcessRemovePrimaryClient() - last primary"));
  2107         RADIO_RDEBUG(_L("[RADIO-SVR] ProcessRemovePrimaryClient() - last primary"));
  3347     iClientPids.Append(process.Id());
  3346     iClientPids.Append(process.Id());
  3348     if ( iClientPids.Count() == 1 )
  3347     if ( iClientPids.Count() == 1 )
  3349         {
  3348         {
  3350         iProcessId = process.Id();
  3349         iProcessId = process.Id();
  3351         }
  3350         }
  3352     process.Close();
       
  3353     client.Close();
       
  3354 #endif // RD_TSP_CLIENT_MAPPER
  3351 #endif // RD_TSP_CLIENT_MAPPER
  3355     }
  3352     }
  3356 //  End of File
  3353 //  End of File