logsui/logsengine/tsrc/stubs/qthighway_stub_helper.h
changeset 21 2f0af9ba7665
parent 15 76d2cf7a585e
equal deleted inserted replaced
18:acd4e87b24b4 21:2f0af9ba7665
    20 *
    20 *
    21 */ 
    21 */ 
    22 class QtHighwayStubHelper{
    22 class QtHighwayStubHelper{
    23     public:
    23     public:
    24         static void reset();
    24         static void reset();
    25         static QString service();
    25         static QString interface();
    26         static QString message();
    26         static QString operation();
    27         static bool isRequestBg();
    27         static bool isRequestBg();
    28         static bool isRequestEmbedded();
    28         static bool isRequestEmbedded();
    29         static bool isRequestSynchronous();
    29         static bool isRequestSynchronous();
    30         static void setFailCreateAiwRequest(bool fail);    
    30         static void setFailCreateAiwRequest(bool fail);    
    31 };
    31 };