bluetooth/btstack/rfcomm/rfcommmuxchannel.inl
branchGCC_SURGE
changeset 36 230aed0f16aa
parent 32 f72906e669b4
child 48 22de2e391156
--- a/bluetooth/btstack/rfcomm/rfcommmuxchannel.inl	Thu Jun 17 22:32:21 2010 +0100
+++ b/bluetooth/btstack/rfcomm/rfcommmuxchannel.inl	Thu Jul 22 16:44:39 2010 +0100
@@ -28,6 +28,11 @@
 	return iState->IsOpen(*this);
 	}
 
+inline TBool CRfcommMuxChannel::IsErrored()
+	{
+	return iState->IsErrored(*this);
+	}
+
 inline TInt CRfcommMuxChannel::MaxDataSize()
 	{
 	return iMaxDataSize;