From 6deccf0ece66b1688210bab2baef4908bd69eb9d Mon Sep 17 00:00:00 2001 From: Frank Schönheit Date: Thu, 30 Aug 2001 06:54:00 +0000 Subject: preparations for #90109# (renamed methods for more consistency --- dbaccess/source/core/inc/commandbase.hxx | 12 ++++++------ dbaccess/source/core/inc/datasettings.hxx | 11 ++++------- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/dbaccess/source/core/inc/commandbase.hxx b/dbaccess/source/core/inc/commandbase.hxx index 1691240ab..2edd9c11f 100644 --- a/dbaccess/source/core/inc/commandbase.hxx +++ b/dbaccess/source/core/inc/commandbase.hxx @@ -2,9 +2,9 @@ * * $RCSfile: commandbase.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: fs $ $Date: 2001-06-18 11:37:38 $ + * last change: $Author: fs $ $Date: 2001-08-30 07:54:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,8 +62,8 @@ #ifndef _DBA_CORE_COMMANDBASE_HXX_ #define _DBA_CORE_COMMANDBASE_HXX_ -#ifndef _COM_SUN_STAR_REGISTRY_XREGISTRYKEY_HPP_ -#include +#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_ +#include #endif namespace utl @@ -99,12 +99,12 @@ protected: /** store all configuration relevant informations under the given configuration node @param _rConfigLocation the configuration node. must not be readonly */ - virtual void storeTo(const ::utl::OConfigurationNode& _rConfigLocation); + void storeTo(const ::utl::OConfigurationNode& _rConfigLocation); /** initialize with the informations stored under the given configuration node @param _rConfigLocation the configuration node. */ - virtual void initializeFrom(const ::utl::OConfigurationNode& _rConfigLocation); + void loadFrom(const ::utl::OConfigurationNode& _rConfigLocation); }; //........................................................................ diff --git a/dbaccess/source/core/inc/datasettings.hxx b/dbaccess/source/core/inc/datasettings.hxx index 464a81de1..4cdbd24eb 100644 --- a/dbaccess/source/core/inc/datasettings.hxx +++ b/dbaccess/source/core/inc/datasettings.hxx @@ -2,9 +2,9 @@ * * $RCSfile: datasettings.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: fs $ $Date: 2001-06-18 11:37:38 $ + * last change: $Author: fs $ $Date: 2001-08-30 07:54:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,9 +74,6 @@ #ifndef _COM_SUN_STAR_LANG_ILLEGALARGUMENTEXCEPTION_HPP_ #include #endif -#ifndef _COM_SUN_STAR_REGISTRY_XREGISTRYKEY_HPP_ -#include -#endif #ifndef _RTL_USTRING_HXX_ #include @@ -126,12 +123,12 @@ protected: scheme for "DefinitionSettings" - which has yet to be defined :) @param _rxConfigLocation the configuration node. must not be readonly */ - virtual void storeTo(const ::utl::OConfigurationNode& _rConfigLocation) const; + void storeTo(const ::utl::OConfigurationNode& _rConfigLocation) const; /** load all configuration relevant informations from the given configuration node. @param _rxConfigLocation the configuration node. must not be readonly */ - virtual void loadFrom(const ::utl::OConfigurationNode& _rConfigLocation); + void loadFrom(const ::utl::OConfigurationNode& _rConfigLocation); }; //========================================================================== -- cgit v1.2.3