diff -r 9f17f914e828 -r 32ba20339036 bluetooth/btstack/rfcomm/rfcommmuxchannel.cpp --- a/bluetooth/btstack/rfcomm/rfcommmuxchannel.cpp Tue May 11 17:15:36 2010 +0300 +++ b/bluetooth/btstack/rfcomm/rfcommmuxchannel.cpp Tue May 25 13:54:55 2010 +0300 @@ -210,6 +210,11 @@ { return EFalse; } + +TBool TMuxChannelState::IsErrored(CRfcommMuxChannel& /*aContext*/) + { + return EFalse; + } void TMuxChannelState::UA(CRfcommMuxChannel& /*aContext*/) /** @@ -463,6 +468,11 @@ return EFalse; } +TBool TMuxChannelStateError::IsErrored(CRfcommMuxChannel& /*aContext*/) + { + return ETrue; + } + /* Connected. Super state for several states */