bluetooth/btstack/rfcomm/rfcommmuxchannel.cpp
changeset 33 4e80e1b997a8
parent 0 29b1cd4cb562
child 51 20ac952a623c
--- a/bluetooth/btstack/rfcomm/rfcommmuxchannel.cpp	Mon May 03 13:34:38 2010 +0300
+++ b/bluetooth/btstack/rfcomm/rfcommmuxchannel.cpp	Mon Jul 12 07:03:47 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
 */