From d7c22f5b3121d18d27abaf0ed59e02f8499ab233 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 19 Jun 2006 11:10:07 +0000
Subject: [PATCH] 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).
---
autodoc/source/parser/inc/tokens/tkpcontx.hxx | 6 ++++--
autodoc/source/parser_i/inc/tokens/tkpcont2.hxx | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/autodoc/source/parser/inc/tokens/tkpcontx.hxx b/autodoc/source/parser/inc/tokens/tkpcontx.hxx
index 20ec84019428..bfa9402de1af 100644
--- a/autodoc/source/parser/inc/tokens/tkpcontx.hxx
+++ b/autodoc/source/parser/inc/tokens/tkpcontx.hxx
@@ -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,
diff --git a/autodoc/source/parser_i/inc/tokens/tkpcont2.hxx b/autodoc/source/parser_i/inc/tokens/tkpcont2.hxx
index 6ea1f1abff03..d12d03ad5fb9 100644
--- a/autodoc/source/parser_i/inc/tokens/tkpcont2.hxx
+++ b/autodoc/source/parser_i/inc/tokens/tkpcont2.hxx
@@ -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,