--- a/bluetooth/btstack/rfcomm/rfcommmuxchannel.cpp Wed Jun 23 19:28:39 2010 +0300
+++ b/bluetooth/btstack/rfcomm/rfcommmuxchannel.cpp Tue Jul 06 15:33:04 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
*/