telephonyserverplugins/common_tsy/test/integration/src/chttpdownload.cpp
branchRCL_3
changeset 65 630d2f34d719
parent 0 3553901f7fa8
child 66 07a122eea281
equal deleted inserted replaced
61:17af172ffa5f 65:630d2f34d719
    22 // Declare a static, single, server socket session to be used with all active downloads
    22 // Declare a static, single, server socket session to be used with all active downloads
    23 RSocketServ CHTTPDownload::iSocketServer;
    23 RSocketServ CHTTPDownload::iSocketServer;
    24 // Declare a static, counter fot active downloads, to know when to open and close the server socket session
    24 // Declare a static, counter fot active downloads, to know when to open and close the server socket session
    25 TInt CHTTPDownload::iActiveDownload = 0;
    25 TInt CHTTPDownload::iActiveDownload = 0;
    26 
    26 
    27 _LIT(KDefaultHost, "www.smartphoneshow.com");
    27 _LIT(KDefaultHost, "developer.symbian.org");
    28 _LIT(KDefaultPage, "/newt/l/downloads/symbian/presentations/Day1Pres1_NigelClifford_Symbian_keynote.pdf");
    28 _LIT(KDefaultPage, "/wiki/images/1/12/Common_Design_Patterns_for_Symbian_OS_Sample_Chapter.pdf");
    29 const TInt KDefaultPort = 80;
    29 const TInt KDefaultPort = 80;
    30 const TInt KBufferSize = 4096;
    30 const TInt KBufferSize = 4096;
    31 
    31 
    32 CHTTPDownload::CHTTPDownload(CCTSYIntegrationTestSuiteStepBase *aTestStep): iOpenSocketServer(EFalse),
    32 CHTTPDownload::CHTTPDownload(CCTSYIntegrationTestSuiteStepBase *aTestStep): iOpenSocketServer(EFalse),
    33 																			iTestStep(aTestStep),
    33 																			iTestStep(aTestStep),