networkprotocolmodules/suplprotocolmodule/SuplProtocol/inc/suplfsmsessionbase.h
changeset 19 bdd4df282e3e
parent 0 9cfd9a3ee49c
child 49 5f20f71a57a3
equal deleted inserted replaced
0:9cfd9a3ee49c 19:bdd4df282e3e
    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.