devsoundextensions/audiorouting/Output/AudioOutputProxy/src/AudioOutputProxy.cpp
branchRCL_3
changeset 49 735348f59235
parent 40 f429a0a2075b
child 50 948c7f65f6d4
--- a/devsoundextensions/audiorouting/Output/AudioOutputProxy/src/AudioOutputProxy.cpp	Thu Aug 19 11:23:35 2010 +0300
+++ b/devsoundextensions/audiorouting/Output/AudioOutputProxy/src/AudioOutputProxy.cpp	Tue Aug 31 16:43:06 2010 +0300
@@ -192,13 +192,7 @@
 	{
 	iSecureOutput = aSecureOutput;
 	TPckgC<TBool> outputPckg(aSecureOutput);
-	TInt err = KErrNone;
-        //ou1cimx1#454515 CAudioOutputConfigurator::SetSecureOutputL() is deprecated
-	err = iCustomCommand->CustomCommandSync(iMessageHandler, EAofSetSecureOutput, outputPckg, KNullDesC8);
-	if(err != KErrNone)
-		{
-			User::Leave(err);
-		}
+	iCustomCommand->CustomCommandSync(iMessageHandler, EAofSetSecureOutput, outputPckg, KNullDesC8);
 	}
 
 // ---------------------------------------------------------