mmserv/voipaudioservices/VoIPServer/src/VoIPServerSession.cpp
branchRCL_3
changeset 9 f5c5c82a163e
parent 0 71ca22bcf22a
child 13 bea5e7625e42
equal deleted inserted replaced
8:03a293c97d5c 9:f5c5c82a163e
   125     TThreadId tID = RThread().Id();
   125     TThreadId tID = RThread().Id();
   126     iShared.iMutex.Wait();
   126     iShared.iMutex.Wait();
   127     iShared.iMainThreadID = tID;
   127     iShared.iMainThreadID = tID;
   128     iAO = new (ELeave) CVoIPServerAO(this, tID);
   128     iAO = new (ELeave) CVoIPServerAO(this, tID);
   129     iShared.iMnThreadStatus = &(this->iAO->iStatus);
   129     iShared.iMnThreadStatus = &(this->iAO->iStatus);
   130     iShared.iMutex.Signal();
       
   131     iShared.iCodecSettings.iG711FrameRate = TVoIPCodecSettings::E20MS;
   130     iShared.iCodecSettings.iG711FrameRate = TVoIPCodecSettings::E20MS;
       
   131     iShared.iMutex.Signal();
   132     iAO->Request();
   132     iAO->Request();
   133     iSessionType = ENone;
   133     iSessionType = ENone;
   134 
   134 
   135     TRACE_PRN_FN_EXT;
   135     TRACE_PRN_FN_EXT;
   136     }
   136     }