--- a/devsound/a3fdevsound/src/devsoundadaptor/cdevaudio.h Thu May 27 14:24:04 2010 +0300
+++ b/devsound/a3fdevsound/src/devsoundadaptor/cdevaudio.h Fri Jun 11 15:13:33 2010 +0300
@@ -143,10 +143,11 @@
/**
* Sets client configuration
* @since
- * @param TMMFClientConfig& aClientConfig A reference to client
- * configuration object.
+ * @param aProcessId DevSound's client process
+ * @param aActualProcessId DevSound's effective/actual client (supplied by SetClientThreadInfo)
*/
- TInt SetClientConfig(const TMMFClientConfig& aClientConfig);
+ TInt SetClientConfig(const TProcessId& aProcessId);
+ TInt SetClientConfig(const TProcessId& aActualProcessId, const TProcessId& aProcessId);
/**