diff -r 9d760f716ca8 -r 3d09643def13 qthighway/xqserviceutil/src/xqrequestutil.h --- a/qthighway/xqserviceutil/src/xqrequestutil.h Thu Sep 02 21:20:48 2010 +0300 +++ b/qthighway/xqserviceutil/src/xqrequestutil.h Fri Sep 17 08:34:25 2010 +0300 @@ -54,6 +54,9 @@ static const char * StartupArgInterfaceName = "intf="; static const char * StartupArgOperationName = "oper="; static const char * StartupArgServiceName = "xqsn="; + + // Observes if client is still running and close embedded view when client closed + XQSERVICEUTIL_EXPORT void closeWhenClientClosed(); }