Tag: cws_src680_dba24c User: fs Date: 2007-10-16 06:21:53+0000 Modified: dba/connectivity/source/inc/java/ContextClassLoader.hxx dba/connectivity/source/inc/java/LocalRef.hxx
Log: #i10000# File Changes: Directory: /dba/connectivity/source/inc/java/ ============================================= File [changed]: ContextClassLoader.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/java/ContextClassLoader.hxx?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +4 -4 ------------------- --- ContextClassLoader.hxx 2007-10-15 13:29:30+0000 1.1.2.1 +++ ContextClassLoader.hxx 2007-10-16 06:21:50+0000 1.1.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: ContextClassLoader.hxx,v $ * - * $Revision: 1.1.2.1 $ + * $Revision: 1.1.2.2 $ * - * last change: $Author: fs $ $Date: 2007/10/15 13:29:30 $ + * last change: $Author: fs $ $Date: 2007/10/16 06:21:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -87,7 +87,7 @@ bool isActive() const { - return ( m_currentThread.is() != NULL ) + return ( m_currentThread.is() ) && ( m_setContextClassLoaderMethod != NULL ); } File [changed]: LocalRef.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/java/LocalRef.hxx?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +7 -7 ------------------- --- LocalRef.hxx 2007-10-15 13:30:05+0000 1.1.2.1 +++ LocalRef.hxx 2007-10-16 06:21:50+0000 1.1.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: LocalRef.hxx,v $ * - * $Revision: 1.1.2.1 $ + * $Revision: 1.1.2.2 $ * - * last change: $Author: fs $ $Date: 2007/10/15 13:30:05 $ + * last change: $Author: fs $ $Date: 2007/10/16 06:21:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -62,14 +62,14 @@ { public: explicit LocalRef( JNIEnv& environment ) - :m_object( NULL ) - ,m_environment( environment ) + :m_environment( environment ) + ,m_object( NULL ) { } LocalRef( JNIEnv& environment, T object ) - :m_object( object ) - ,m_environment( environment ) + :m_environment( environment ) + ,m_object( object ) { } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
