--- a/bluetoothappprofiles/avrcp/remconbeareravrcp/src/avrcpsdputils.cpp Fri Jun 11 13:48:51 2010 +0300
+++ b/bluetoothappprofiles/avrcp/remconbeareravrcp/src/avrcpsdputils.cpp Wed Jun 23 18:23:52 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();
}