logsui/logsengine/tsrc/stubs/qthighway_stub_helper.h
changeset 15 76d2cf7a585e
parent 9 68f3171a5819
child 21 2f0af9ba7665
equal deleted inserted replaced
13:52d644758b05 15:76d2cf7a585e
    24         static void reset();
    24         static void reset();
    25         static QString service();
    25         static QString service();
    26         static QString message();
    26         static QString message();
    27         static bool isRequestBg();
    27         static bool isRequestBg();
    28         static bool isRequestEmbedded();
    28         static bool isRequestEmbedded();
       
    29         static bool isRequestSynchronous();
       
    30         static void setFailCreateAiwRequest(bool fail);    
    29 };
    31 };
       
    32 
       
    33 class QtAppManagerStubHelper{
       
    34     public:
       
    35         static void reset();
       
    36 };