bluetooth/btstack/avdtp/avdtpTransportChannel.h
branchRCL_3
changeset 56 015fa7494bd2
parent 41 786b94c6f0a4
--- a/bluetooth/btstack/avdtp/avdtpTransportChannel.h	Wed Sep 15 13:27:26 2010 +0300
+++ b/bluetooth/btstack/avdtp/avdtpTransportChannel.h	Wed Oct 13 15:48:34 2010 +0300
@@ -59,7 +59,7 @@
 
 // management path
 	virtual void DetachTransportSession(CUserPlaneTransportSession& aSession, TAvdtpTransportSessionType aType)=0;
-	virtual TInt AttachTransportSession(CUserPlaneTransportSession& aSession, TAvdtpTransportSessionType aType, TL2CapConfig::TChannelPriority aPriority)=0;
+	virtual TInt AttachTransportSession(CUserPlaneTransportSession& aSession, TAvdtpTransportSessionType aType)=0;
 	virtual TBool CouldAttachSession(const TAvdtpSockAddr& aAddr)=0;
 	virtual TTCID TCID() const=0;
 	inline const TBTDevAddr& RemoteAddress() const;
@@ -101,9 +101,6 @@
 	void CloseLogicalChannel();
 	inline CAvdtpProtocol& Protocol() const;
 
-private:
-	virtual void UpdateChannelPriority() = 0;
-
 protected:
 	RTCID				iTCID;
 	CServProviderBase*	iLogicalChannel;