hti/HtiFramework/src/HtiFramework.cpp
branchRCL_3
changeset 39 3406c99bc375
parent 18 d27dfa8884ad
equal deleted inserted replaced
32:8f8df8006c40 39:3406c99bc375
    54 const static TInt KDefaultMaxWaitTime  = 90; // seconds
    54 const static TInt KDefaultMaxWaitTime  = 90; // seconds
    55 const static TInt KDefaultStartUpDelay = 5;  // seconds
    55 const static TInt KDefaultStartUpDelay = 5;  // seconds
    56 const static TInt KHtiDefaultPriority = 3;
    56 const static TInt KHtiDefaultPriority = 3;
    57 const static TInt KHtiWatchDogEnabledDefault = 0;
    57 const static TInt KHtiWatchDogEnabledDefault = 0;
    58 const static TInt KHtiConsoleEnabledDefault = 0;
    58 const static TInt KHtiConsoleEnabledDefault = 0;
    59 const static TInt KHtiAutoStartEnabledDefault = 1;
    59 const static TInt KHtiAutoStartEnabledDefault = 0;
    60 const static TInt KHtiShowErrorDialogsDefault = 1;
    60 const static TInt KHtiShowErrorDialogsDefault = 1;
    61 const static TInt KHtiReconnectDelay = 0;
    61 const static TInt KHtiReconnectDelay = 0;
    62 
    62 
    63 // MACROS
    63 // MACROS
    64 
    64