networkprotocolmodules/suplprotocolmodule/SuplProtocol/inc/suplfsmsessionbase.h
branchRCL_3
changeset 12 d8287cc0d36f
parent 0 9cfd9a3ee49c
child 49 5f20f71a57a3
equal deleted inserted replaced
10:af762ad247ea 12:d8287cc0d36f
    73 const TInt KSessionConnectedTimerEvent = 0x300;
    73 const TInt KSessionConnectedTimerEvent = 0x300;
    74 
    74 
    75 /** KSessionConnectedTimerDurationInSec
    75 /** KSessionConnectedTimerDurationInSec
    76 Timer duration for when connection confirmation expected from Connection Manager
    76 Timer duration for when connection confirmation expected from Connection Manager
    77 */
    77 */
    78 const TInt KSessionConnectedTimerDurationInSec = 10;
    78 const TInt KSessionConnectedTimerDurationInSec = 15;
    79 
    79 
    80 
    80 
    81 /** SUPL State Machine observer mixin definition.
    81 /** SUPL State Machine observer mixin definition.
    82 This class used by the SUPL state machines to communicate with
    82 This class used by the SUPL state machines to communicate with
    83 their observer, the Protocol Manager.
    83 their observer, the Protocol Manager.