mmserv/voipaudioservices/VoIPServer/src/VoIPServerShutdown.cpp
branchRCL_3
changeset 3 4f62049db6ac
parent 0 71ca22bcf22a
equal deleted inserted replaced
0:71ca22bcf22a 3:4f62049db6ac
    78     {
    78     {
    79     __ASSERT_ALWAYS(!IsActive(), User::Panic(KDelayServerShutdownPanic, 1));
    79     __ASSERT_ALWAYS(!IsActive(), User::Panic(KDelayServerShutdownPanic, 1));
    80 
    80 
    81     if (!IsActive())
    81     if (!IsActive())
    82         {
    82         {
       
    83         iStatus = KRequestPending;
    83         iShutDownTimer.After(iStatus, aDelay);
    84         iShutDownTimer.After(iStatus, aDelay);
    84         }
    85         }
    85 
    86 
    86     SetActive();
    87     SetActive();
    87     }
    88     }