--- 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 )