connectivity/com.nokia.tcf/native/TCFNative/TCFClient/ClientManager.h
changeset 1481 c7f22cc57d44
parent 914 46f36a149510
--- a/connectivity/com.nokia.tcf/native/TCFNative/TCFClient/ClientManager.h	Wed Jun 16 11:39:35 2010 -0500
+++ b/connectivity/com.nokia.tcf/native/TCFNative/TCFClient/ClientManager.h	Wed Jun 16 17:27:41 2010 -0500
@@ -59,6 +59,9 @@
 	virtual ~CClientManager();
 
 	// starting/stopping server
+#ifdef _PSAPI_PRESENT
+	void FindOrCreateRunningServer();
+#endif
 	BOOL StartServer(pServerProcessData pData);
 	BOOL StopServer(pServerProcessData pData);
 	long StartServer();