From 0830cbae4d04521900940cfd1344c51ac4ff6213 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 2 Aug 2004 16:11:36 +0000 Subject: INTEGRATION: CWS insight01 (1.7.104); FILE MERGED 2004/03/06 16:04:34 oj 1.7.104.1: #i14237# hold statment not more as weak --- connectivity/source/inc/ado/APreparedStatement.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'connectivity') diff --git a/connectivity/source/inc/ado/APreparedStatement.hxx b/connectivity/source/inc/ado/APreparedStatement.hxx index 8d47ed5ecffe..6b792944b17a 100644 --- a/connectivity/source/inc/ado/APreparedStatement.hxx +++ b/connectivity/source/inc/ado/APreparedStatement.hxx @@ -2,9 +2,9 @@ * * $RCSfile: APreparedStatement.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: fs $ $Date: 2002-01-18 16:23:14 $ + * last change: $Author: hr $ $Date: 2004-08-02 17:11:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -114,7 +114,7 @@ namespace connectivity const OTypeInfoMap& m_aTypeInfo; ADOParameters* m_pParameters; - ~OPreparedStatement(); + virtual ~OPreparedStatement(); public: DECLARE_SERVICE_INFO(); -- cgit