hti/HtiFramework/src/HtiFramework.cpp
changeset 30 86a2e675b80a
parent 13 33016869e0dd
equal deleted inserted replaced
26:4fde310f06fe 30:86a2e675b80a
    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