mpx/playbackframework/playbackengine/src/mpxautoresumehandler.cpp
branchRCL_3
changeset 56 63223d4fd956
parent 55 6c1dfe4da5dd
equal deleted inserted replaced
55:6c1dfe4da5dd 56:63223d4fd956
    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 
       
    29 // Time to wait before resume after call has ended.
    28 // Time to wait before resume after call has ended.
    30 const TInt KMPXResumeWaitTime = 3000000; // 3.0s
    29 const TInt KMPXResumeWaitTime = 3000000; // 3.0s
    31 
    30 
    32 // TODO: the following constants and definitions are copied from nssvascoreconstant.h, which is not
    31 // TODO: the following constants and definitions are copied from nssvascoreconstant.h, which is not
    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.
    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.