qthighway/xqserviceutil/src/xqrequestutil.h
changeset 26 3d09643def13
parent 19 46686fb6258c
--- 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();
 }