bluetooth/btstack/rfcomm/rfcommmuxchannel.h
changeset 51 20ac952a623c
parent 48 22de2e391156
equal deleted inserted replaced
48:22de2e391156 51:20ac952a623c
     1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1999-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
   330 							  CRfcommFrame* aFrm);
   330 							  CRfcommFrame* aFrm);
   331 	void CanClose(CRfcommMuxChannel& aContext);
   331 	void CanClose(CRfcommMuxChannel& aContext);
   332 	TBool CanAttachSAP();
   332 	TBool CanAttachSAP();
   333 	};
   333 	};
   334 
   334 
   335 #ifdef __FLOGGING__
       
   336 #define STATENAME(x)  iName=_L(x)
       
   337 #else
       
   338 #define STATENAME(x)
       
   339 #endif
       
   340 
       
   341 #include "rfcommmuxchannel.inl"
   335 #include "rfcommmuxchannel.inl"
   342 #endif
   336 #endif