equal
deleted
inserted
replaced
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. |