bluetooth/btstack/rfcomm/rfcommmuxchannel.inl
branchRCL_3
changeset 17 32ba20339036
parent 0 29b1cd4cb562
--- a/bluetooth/btstack/rfcomm/rfcommmuxchannel.inl	Tue May 11 17:15:36 2010 +0300
+++ b/bluetooth/btstack/rfcomm/rfcommmuxchannel.inl	Tue May 25 13:54:55 2010 +0300
@@ -28,6 +28,11 @@
 	return iState->IsOpen(*this);
 	}
 
+inline TBool CRfcommMuxChannel::IsErrored()
+	{
+	return iState->IsErrored(*this);
+	}
+
 inline TInt CRfcommMuxChannel::MaxDataSize()
 	{
 	return iMaxDataSize;