qthighway/xqserviceutil/src/xqrequestutil.h
changeset 26 3d09643def13
parent 19 46686fb6258c
equal deleted inserted replaced
24:9d760f716ca8 26:3d09643def13
    52     static const char * StartupArgEmbedded = "embedded=yes";
    52     static const char * StartupArgEmbedded = "embedded=yes";
    53     static const char * StartupArgService = "service=yes";
    53     static const char * StartupArgService = "service=yes";
    54     static const char * StartupArgInterfaceName = "intf=";
    54     static const char * StartupArgInterfaceName = "intf=";
    55     static const char * StartupArgOperationName = "oper=";
    55     static const char * StartupArgOperationName = "oper=";
    56     static const char * StartupArgServiceName = "xqsn=";
    56     static const char * StartupArgServiceName = "xqsn=";
       
    57     
       
    58     // Observes if client is still running and close embedded view when client closed
       
    59     XQSERVICEUTIL_EXPORT void closeWhenClientClosed();
    57 }
    60 }
    58 
    61 
    59 
    62 
    60 class XQSERVICEUTIL_EXPORT XQRequestUtil
    63 class XQSERVICEUTIL_EXPORT XQRequestUtil
    61 {
    64 {