ncdengine/engine/transport/inc/catalogshttpstack.h
branchRCL_3
changeset 73 79647526f98c
parent 0 ba25891c3a9e
child 81 42552535c1ac
equal deleted inserted replaced
70:e8965914fac7 73:79647526f98c
    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( 180000000 );
    32 const TInt KRequestTimeoutMicroseconds( 60000000 );
    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;