mpx/playbackframework/playbackengine/src/mpxautoresumehandler.cpp
branchRCL_3
changeset 24 6c1dfe4da5dd
parent 11 780c925249c1
child 25 63223d4fd956
equal deleted inserted replaced
23:e42293e811d8 24:6c1dfe4da5dd
    23 #include "mpxplaybackengine.h"
    23 #include "mpxplaybackengine.h"
    24 #include "mpxautoresumehandler.h"
    24 #include "mpxautoresumehandler.h"
    25 
    25 
    26 // CONSTANTS
    26 // CONSTANTS
    27 const TInt KMPXErrDiedTimeout = 2000000;
    27 const TInt KMPXErrDiedTimeout = 2000000;
       
    28 
    28 // Time to wait before resume after call has ended.
    29 // Time to wait before resume after call has ended.
    29 const TInt KMPXResumeWaitTime = 3000000; // 3.0s
    30 const TInt KMPXResumeWaitTime = 3000000; // 3.0s
    30 
    31 
    31 // TODO: the following constants and definitions are copied from nssvascoreconstant.h, which is not
    32 // TODO: the following constants and definitions are copied from nssvascoreconstant.h, which is not
    32 // included directly because it is an App layer API. Way to fix this is to ask Speechsrv to move the header file to MW layer.
    33 // included directly because it is an App layer API. Way to fix this is to ask Speechsrv to move the header file to MW layer.