equal
deleted
inserted
replaced
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 |