diff -r 2f88a7d66f50 -r 53b7818cd282 bluetoothappprofiles/avrcp/remconbeareravrcp/src/avrcpsdputils.cpp --- a/bluetoothappprofiles/avrcp/remconbeareravrcp/src/avrcpsdputils.cpp Tue May 11 16:23:08 2010 +0300 +++ b/bluetoothappprofiles/avrcp/remconbeareravrcp/src/avrcpsdputils.cpp Tue May 25 12:53:11 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -29,18 +29,14 @@ if(aProfileVersion == AvrcpSdp::KAvrcpProfileVersion13) { serviceClassUuids->StartListL() - ->BuildDESL()->StartListL() ->BuildUUIDL(TUUID(TUint16(KAVRemoteControlUUID))) - ->EndListL() ->EndListL(); } else { serviceClassUuids->StartListL() - ->BuildDESL()->StartListL() ->BuildUUIDL(TUUID(TUint16(KAVRemoteControlUUID))) ->BuildUUIDL(TUUID(TUint16(KAVRemoteControlControllerUUID))) - ->EndListL() ->EndListL(); }