Tag: cws_src680_sdblogging User: fs Date: 2007/04/12 04:18:48 Modified: dba/connectivity/source/inc/java/sql/ConnectionLog.hxx
Log: #i10000# declare various convertLogArgToString overloads in this file here 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.3&r2=1.1.2.4 Delta lines: +23 -2 -------------------- --- ConnectionLog.hxx 12 Apr 2007 09:02:22 -0000 1.1.2.3 +++ ConnectionLog.hxx 12 Apr 2007 11:18:46 -0000 1.1.2.4 @@ -4,9 +4,9 @@ * * $RCSfile: ConnectionLog.hxx,v $ * - * $Revision: 1.1.2.3 $ + * $Revision: 1.1.2.4 $ * - * last change: $Author: fs $ $Date: 2007/04/12 09:02:22 $ + * last change: $Author: fs $ $Date: 2007/04/12 11:18:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -44,10 +44,31 @@ #include <comphelper/logging.hxx> +namespace com { namespace sun { namespace star { namespace util +{ + struct Date; + struct Time; + struct DateTime; +} } } } + namespace connectivity { namespace LogLevel = ::com::sun::star::logging::LogLevel; } + +//........................................................................ +namespace comphelper { namespace log { namespace convert +{ +//........................................................................ + + // helpers for logging more data types than are defined in comphelper/logging.hxx + ::rtl::OUString convertLogArgToString( const ::com::sun::star::util::Date& _rDate ); + ::rtl::OUString convertLogArgToString( const ::com::sun::star::util::Time& _rTime ); + ::rtl::OUString convertLogArgToString( const ::com::sun::star::util::DateTime& _rDateTime ); + +//........................................................................ +} } } +//........................................................................ //........................................................................ namespace connectivity { namespace java { namespace sql { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
