bluetooth/btstack/avdtp/avdtpConfigurators.h
branchRCL_3
changeset 56 015fa7494bd2
parent 0 29b1cd4cb562
--- a/bluetooth/btstack/avdtp/avdtpConfigurators.h	Wed Sep 15 13:27:26 2010 +0300
+++ b/bluetooth/btstack/avdtp/avdtpConfigurators.h	Wed Oct 13 15:48:34 2010 +0300
@@ -33,6 +33,8 @@
 public:
 	virtual TInt AddCapability(const TDesC8& aOption) =0;
 	virtual TInt Finalise() =0;
+	~CSEPConfigurator();
+
 protected:
 	CSEPConfigurator(CSignallingSession& aSignallingSession, CAvdtpProtocol& aProtocol);
 	inline CSignallingSession& SignallingSession() const