bluetooth/btstack/rfcomm/rfcommmuxchannel.cpp
changeset 51 20ac952a623c
parent 33 4e80e1b997a8
--- a/bluetooth/btstack/rfcomm/rfcommmuxchannel.cpp	Thu Sep 23 17:06:47 2010 +0300
+++ b/bluetooth/btstack/rfcomm/rfcommmuxchannel.cpp	Wed Oct 13 16:20:29 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 1999-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of "Eclipse Public License v1.0"
@@ -24,6 +24,8 @@
 _LIT8(KLogComponent, LOG_COMPONENT_RFCOMM);
 #endif
 
+#define STATENAME(x) IF_FLOGGING(iName=_L(x))
+
 CRfcommMuxChannel::CRfcommMuxChannel(CMuxChannelStateFactory& aFact, CRfcommMuxer& aMux,
 									 CServProviderBase& aSAP, CMuxChannelStateFactory::TChannelState aInitialState)
 	: iSAP(aSAP),