bluetooth/btstack/rfcomm/rfcommmuxchannel.cpp
branchGCC_SURGE
changeset 36 230aed0f16aa
parent 32 f72906e669b4
child 51 20ac952a623c
--- a/bluetooth/btstack/rfcomm/rfcommmuxchannel.cpp	Thu Jun 17 22:32:21 2010 +0100
+++ b/bluetooth/btstack/rfcomm/rfcommmuxchannel.cpp	Thu Jul 22 16:44:39 2010 +0100
@@ -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
 */