--- a/devsound/a3fdevsound/src/devsoundadaptor/cdevaudio.h Tue May 25 14:20:15 2010 +0300
+++ b/devsound/a3fdevsound/src/devsoundadaptor/cdevaudio.h Wed Jun 09 11:20:54 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);
/**