bluetooth/btstack/rfcomm/rfcommmuxchannel.inl
changeset 33 4e80e1b997a8
parent 0 29b1cd4cb562
child 48 22de2e391156
--- a/bluetooth/btstack/rfcomm/rfcommmuxchannel.inl	Mon May 03 13:34:38 2010 +0300
+++ b/bluetooth/btstack/rfcomm/rfcommmuxchannel.inl	Mon Jul 12 07:03:47 2010 +0300
@@ -28,6 +28,11 @@
 	return iState->IsOpen(*this);
 	}
 
+inline TBool CRfcommMuxChannel::IsErrored()
+	{
+	return iState->IsErrored(*this);
+	}
+
 inline TInt CRfcommMuxChannel::MaxDataSize()
 	{
 	return iMaxDataSize;