ncdengine/engine/transport/inc/catalogshttpstack.h
branchRCL_3
changeset 81 42552535c1ac
parent 73 79647526f98c
equal deleted inserted replaced
73:79647526f98c 81:42552535c1ac
    27 #include "catalogskeyvaluepair.h"
    27 #include "catalogskeyvaluepair.h"
    28 #include "catalogsconnectionmethod.h"
    28 #include "catalogsconnectionmethod.h"
    29 
    29 
    30 
    30 
    31 // Constants
    31 // Constants
    32 const TInt KRequestTimeoutMicroseconds( 60000000 );
    32 const TInt KRequestTimeoutMicroseconds( 180000000 );
    33 
    33 
    34 // Forward declarations
    34 // Forward declarations
    35 class RHTTPSession;
    35 class RHTTPSession;
    36 class RHTTPTransaction;
    36 class RHTTPTransaction;
    37 class CCatalogsHttpConnectionCreator;
    37 class CCatalogsHttpConnectionCreator;