Tag: cws_src680_sdblogging User: fs Date: 2007/04/12 12:17:43 Modified: dba/connectivity/source/inc/java/sql/ConnectionLog.hxx
Log: #i10000# (unxlngi6) File Changes: Directory: /dba/connectivity/source/inc/java/sql/ ================================================= File [changed]: ConnectionLog.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/java/sql/ConnectionLog.hxx?r1=1.1.2.4&r2=1.1.2.5 Delta lines: +13 -8 -------------------- --- ConnectionLog.hxx 12 Apr 2007 11:18:46 -0000 1.1.2.4 +++ ConnectionLog.hxx 12 Apr 2007 19:17:40 -0000 1.1.2.5 @@ -4,9 +4,9 @@ * * $RCSfile: ConnectionLog.hxx,v $ * - * $Revision: 1.1.2.4 $ + * $Revision: 1.1.2.5 $ * - * last change: $Author: fs $ $Date: 2007/04/12 11:18:46 $ + * last change: $Author: fs $ $Date: 2007/04/12 19:17:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,7 +42,10 @@ #endif /** === end UNO includes === **/ -#include <comphelper/logging.hxx> +#include <rtl/ustring.hxx> + +// Strange enough, GCC requires the following forward declarations of the various +// convertLogArgToString flavors to be *before* the inclusion of comphelper/logging.hxx namespace com { namespace sun { namespace star { namespace util { @@ -51,11 +54,6 @@ struct DateTime; } } } } -namespace connectivity -{ - namespace LogLevel = ::com::sun::star::logging::LogLevel; -} - //........................................................................ namespace comphelper { namespace log { namespace convert { @@ -69,6 +67,13 @@ //........................................................................ } } } //........................................................................ + +#include <comphelper/logging.hxx> + +namespace connectivity +{ + namespace LogLevel = ::com::sun::star::logging::LogLevel; +} //........................................................................ namespace connectivity { namespace java { namespace sql { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
