diff -r 14e279d2bbb7 -r 22de2e391156 bluetooth/btstack/l2cap/l2sapstates.h --- 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;