bluetooth/btstack/avdtp/avdtpStream.cpp
branchRCL_3
changeset 56 015fa7494bd2
parent 41 786b94c6f0a4
--- a/bluetooth/btstack/avdtp/avdtpStream.cpp	Wed Sep 15 13:27:26 2010 +0300
+++ b/bluetooth/btstack/avdtp/avdtpStream.cpp	Wed Oct 13 15:48:34 2010 +0300
@@ -343,11 +343,10 @@
 
 TInt CAVStream::AddSession(TAvdtpTransportSessionType aType,
 						   CUserPlaneTransportSession& aSession,
-						   CTransportChannel*& aChannel,
-						   TL2CapConfig::TChannelPriority aPriority)
+						   CTransportChannel*& aChannel)
 	{
 	LOG_FUNC
-	return iState->AddSession(*this, aType, aSession, aChannel, aPriority);
+	return iState->AddSession(*this, aType, aSession, aChannel);
 	}
 	
 void CAVStream::DropSession(TAvdtpTransportSessionType aType, CUserPlaneTransportSession& aSession)
@@ -652,7 +651,12 @@
 	LOG_FUNC
 	CActiveScheduler::Add(this);
 	}
-	
+
+CWatchdogTimer::~CWatchdogTimer()
+	{
+	LOG_FUNC
+	}
+
 void CWatchdogTimer::RunL()
 	{
 	LOG_FUNC