From 000c84d7d537fc541b74b22987502a1240fd2a4c Mon Sep 17 00:00:00 2001 From: Ocke Janssen Date: Thu, 26 Oct 2000 13:53:28 +0000 Subject: [PATCH] remove private --- dbaccess/source/ui/inc/moduledbu.hxx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/dbaccess/source/ui/inc/moduledbu.hxx b/dbaccess/source/ui/inc/moduledbu.hxx index e1c2fb853acf..0ad8ed7c8464 100644 --- a/dbaccess/source/ui/inc/moduledbu.hxx +++ b/dbaccess/source/ui/inc/moduledbu.hxx @@ -2,9 +2,9 @@ * * $RCSfile: moduledbu.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: fs $ $Date: 2000-10-05 10:08:51 $ + * last change: $Author: oj $ $Date: 2000-10-26 14:53:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -117,11 +117,6 @@ private: */ class OModuleClient { -private: - class ResId; - // with this, nobody derived from this class can use a ResId (without qualifying the global scope explicitly) - // if you're derived from this class and want to use ressources, please use ModuleRes (see below) - public: OModuleClient() { OModule::registerClient(); } ~OModuleClient() { OModule::revokeClient(); } @@ -147,6 +142,9 @@ public: /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.1 2000/10/05 10:08:51 fs + * initial checkin + * * * Revision 1.0 20.09.00 15:26:10 fs ************************************************************************/