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