networkprotocolmodules/suplprotocolmodule/SuplConnectionManager/src/socketwriter.cpp
equal
deleted
inserted
replaced
30 #include <es_sock.h> |
30 #include <es_sock.h> |
31 #include <in_sock.h> |
31 #include <in_sock.h> |
32 #include <commdbconnpref.h> |
32 #include <commdbconnpref.h> |
33 |
33 |
34 // Timeout timer |
34 // Timeout timer |
35 const TInt KTimeoutTime = 10; // Seconds, will convert to TTimeIntervalSeconds. |
35 const TInt KTimeoutTime = 15; // Seconds, will convert to TTimeIntervalSeconds. |
36 |
36 |
37 CSocketWriterBase::CSocketWriterBase(const TLbsHostSettingsId& aSlpId, |
37 CSocketWriterBase::CSocketWriterBase(const TLbsHostSettingsId& aSlpId, |
38 TInt aCallbackIndex, |
38 TInt aCallbackIndex, |
39 MSuplSocketObserver& aSocketObserver, |
39 MSuplSocketObserver& aSocketObserver, |
40 RSocketServ& aSocketServer, |
40 RSocketServ& aSocketServer, |