bluetooth/btstack/rfcomm/rfcommstates.h
changeset 51 20ac952a623c
parent 16 0089b2f7ebd8
equal deleted inserted replaced
48:22de2e391156 51:20ac952a623c
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1997-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".
   162     // Forbid copying
   162     // Forbid copying
   163 	TRfcommState(const TRfcommState&);
   163 	TRfcommState(const TRfcommState&);
   164 	const TRfcommState& operator=(const TRfcommState&);
   164 	const TRfcommState& operator=(const TRfcommState&);
   165 	};
   165 	};
   166 
   166 
   167 #ifdef __FLOG_ACTIVE
       
   168 #define STATENAME(x) iName=_L(x)
       
   169 #else
       
   170 #define STATENAME(x)
       
   171 #endif
       
   172 
   167 
   173 /**
   168 /**
   174    A state class that provides default behaviours.
   169    A state class that provides default behaviours.
   175    
   170    
   176    This state provides some default behaviours so that other states
   171    This state provides some default behaviours so that other states