qthighway/xqserviceutil/src/xqrequestutil.h
changeset 19 46686fb6258c
parent 8 71781823f776
child 26 3d09643def13
equal deleted inserted replaced
15:1f895d8a5b2b 19:46686fb6258c
    51     // Startup arguments
    51     // Startup arguments
    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 }
    57 }
    57 
    58 
    58 
    59 
    59 class XQSERVICEUTIL_EXPORT XQRequestUtil
    60 class XQSERVICEUTIL_EXPORT XQRequestUtil
    60 {
    61 {