bluetooth/btstack/l2cap/l2sapstates.h
changeset 48 22de2e391156
parent 0 29b1cd4cb562
--- a/bluetooth/btstack/l2cap/l2sapstates.h	Wed Jul 21 15:42:05 2010 +0300
+++ b/bluetooth/btstack/l2cap/l2sapstates.h	Thu Sep 23 17:06:47 2010 +0300
@@ -412,6 +412,7 @@
 
 	// Events called from the SAP Signal Handler.
 	void ChannelClosed(CL2CAPConnectionSAP& aSAP) const;
+	void SignalHandlerError(CL2CAPConnectionSAP& /*aSAP*/, TInt /*aErrorCode*/, MSocketNotify::TOperationBitmasks /*aErrorAction*/) const;
 
 	// State Transition Actions.
 	void Enter(CL2CAPConnectionSAP& aSAP) const;