accessoryservices/autoaudioasy/src/cautoaudioasyservice.cpp
changeset 45 c6215323ad55
parent 35 f7565e9c9ce8
child 76 cb32bcc88bad
--- a/accessoryservices/autoaudioasy/src/cautoaudioasyservice.cpp	Wed Jun 23 19:38:32 2010 +0300
+++ b/accessoryservices/autoaudioasy/src/cautoaudioasyservice.cpp	Tue Jul 06 15:43:30 2010 +0300
@@ -102,7 +102,7 @@
         // Check if audio accessory has been connected
         if ( ( status == KErrNone ) && ( aStatus == KErrNone ) )
             {
-			if ( propValue == EUnidirectional ) // Current release supports only UniDirectional, so other key values ignored.
+			if ( propValue == EAudioConnectionStatusUnidirectional ) // Current release supports only UniDirectional, so other key values ignored.
 				{
 				TInt err;
 				switch ( iState )