INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED

2005/11/07 12:04:58 sb 1.2.4.1: #i53898# Made code warning-free (GCC 4.0.1).
This commit is contained in:
Jens-Heiner Rechtien 2006-06-19 11:10:07 +00:00
parent c6c1cf839c
commit d7c22f5b31
2 changed files with 8 additions and 4 deletions

View file

@ -4,9 +4,9 @@
*
* $RCSfile: tkpcontx.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: rt $ $Date: 2005-09-07 18:40:54 $
* last change: $Author: hr $ $Date: 2006-06-19 12:05:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -105,6 +105,8 @@ class StateMachineContext
public:
typedef TextToken::F_CRTOK F_CRTOK;
virtual ~StateMachineContext() {}
/// Is used by StmBoundsStatus only.
virtual void PerformStatusFunction(
uintt i_nStatusSignal,

View file

@ -4,9 +4,9 @@
*
* $RCSfile: tkpcont2.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: rt $ $Date: 2005-09-07 19:09:30 $
* last change: $Author: hr $ $Date: 2006-06-19 12:10:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -93,6 +93,8 @@ TkpNullContex2 & TkpContext_Null2_();
class StateMachineContext
{
public:
virtual ~StateMachineContext() {}
/// Is used by StmBoundsStatu2 only.
virtual void PerformStatusFunction(
uintt i_nStatusSignal,