bluetoothengine/btsac/src/btsacStateIdle.cpp
branchRCL_3
changeset 54 0ba996a9b75d
parent 0 f63038272f30
--- a/bluetoothengine/btsac/src/btsacStateIdle.cpp	Thu Jul 15 18:50:18 2010 +0300
+++ b/bluetoothengine/btsac/src/btsacStateIdle.cpp	Thu Aug 19 10:05:41 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2002-2005 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2002-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"
@@ -102,7 +102,7 @@
 void CBtsacIdle::GAVDP_ConfigurationConfirm()
 	{
 	TRACE_INFO((_L("CBtsacIdle::GAVDP_ConfigurationConfirm() Local SEPs registered successfully.")))
-	TRAP_IGNORE(Parent().ChangeStateL(CBtsacListening::NewL(Parent(), EGavdpResetReasonNone, KErrNone)));
+	TRAP_IGNORE(Parent().ChangeStateL(CBtsacListening::NewL(Parent())));
 	}
 
 // -----------------------------------------------------------------------------