hti/HtiFramework/src/HtiFramework.cpp
branchRCL_3
changeset 18 d27dfa8884ad
parent 9 8a14024f954a
child 39 3406c99bc375
equal deleted inserted replaced
14:381827f66490 18:d27dfa8884ad
    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 = 0;
    59 const static TInt KHtiAutoStartEnabledDefault = 1;
    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