Tag: cws_src680_utf2 User: kr Date: 06/06/06 00:53:15 Modified: /dba/connectivity/source/cpool/ Zregistration.cxx /dba/connectivity/source/drivers/adabas/ Bservices.cxx /dba/connectivity/source/drivers/ado/ Aservices.cxx /dba/connectivity/source/drivers/calc/ Cservices.cxx /dba/connectivity/source/drivers/dbase/ Dservices.cxx /dba/connectivity/source/drivers/evoab/ LServices.cxx /dba/connectivity/source/drivers/evoab2/ NServices.cxx /dba/connectivity/source/drivers/file/ fservices.cxx /dba/connectivity/source/drivers/flat/ Eservices.cxx /dba/connectivity/source/drivers/hsqldb/ Hservices.cxx, accesslog.hxx /dba/connectivity/source/drivers/jdbc/ jservices.cxx /dba/connectivity/source/drivers/mozab/ MServices.cxx /dba/connectivity/source/manager/ registration.cxx /dba/connectivity/source/parse/ dbregistration.cxx
Log: changed: moved services into the 'unsafe' environment File Changes: Directory: /dba/connectivity/source/cpool/ ========================================== File [changed]: Zregistration.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/cpool/Zregistration.cxx?r1=1.2&r2=1.2.274.1 Delta lines: +3 -3 ------------------- --- Zregistration.cxx 24 Jul 2001 06:03:21 -0000 1.2 +++ Zregistration.cxx 6 Jun 2006 07:53:08 -0000 1.2.274.1 @@ -2,9 +2,9 @@ * * $RCSfile: Zregistration.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.2.274.1 $ * - * last change: $Author: oj $ $Date: 2001/07/24 06:03:21 $ + * last change: $Author: kr $ $Date: 2006/06/06 07:53:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,7 @@ //--------------------------------------------------------------------------------------- void SAL_CALL component_getImplementationEnvironment(const sal_Char** _ppEnvTypeName, uno_Environment** _ppEnv) { - *_ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; + *_ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ":unsafe"; } //--------------------------------------------------------------------------------------- Directory: /dba/connectivity/source/drivers/adabas/ =================================================== File [changed]: Bservices.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/adabas/Bservices.cxx?r1=1.3&r2=1.3.276.1 Delta lines: +3 -3 ------------------- --- Bservices.cxx 22 May 2001 10:53:31 -0000 1.3 +++ Bservices.cxx 6 Jun 2006 07:53:08 -0000 1.3.276.1 @@ -2,9 +2,9 @@ * * $RCSfile: Bservices.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.3.276.1 $ * - * last change: $Author: vg $ $Date: 2001/05/22 10:53:31 $ + * last change: $Author: kr $ $Date: 2006/06/06 07:53:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -156,7 +156,7 @@ uno_Environment **ppEnv ) { - *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; + *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ":unsafe"; } //--------------------------------------------------------------------------------------- Directory: /dba/connectivity/source/drivers/ado/ ================================================ File [changed]: Aservices.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/ado/Aservices.cxx?r1=1.4&r2=1.4.276.1 Delta lines: +3 -3 ------------------- --- Aservices.cxx 22 May 2001 10:53:32 -0000 1.4 +++ Aservices.cxx 6 Jun 2006 07:53:09 -0000 1.4.276.1 @@ -2,9 +2,9 @@ * * $RCSfile: Aservices.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.276.1 $ * - * last change: $Author: vg $ $Date: 2001/05/22 10:53:32 $ + * last change: $Author: kr $ $Date: 2006/06/06 07:53:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -156,7 +156,7 @@ uno_Environment **ppEnv ) { - *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; + *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ":unsafe"; } //--------------------------------------------------------------------------------------- Directory: /dba/connectivity/source/drivers/calc/ ================================================= File [changed]: Cservices.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/calc/Cservices.cxx?r1=1.3&r2=1.3.276.1 Delta lines: +3 -3 ------------------- --- Cservices.cxx 22 May 2001 10:52:20 -0000 1.3 +++ Cservices.cxx 6 Jun 2006 07:53:09 -0000 1.3.276.1 @@ -2,9 +2,9 @@ * * $RCSfile: Cservices.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.3.276.1 $ * - * last change: $Author: vg $ $Date: 2001/05/22 10:52:20 $ + * last change: $Author: kr $ $Date: 2006/06/06 07:53:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -156,7 +156,7 @@ uno_Environment **ppEnv ) { - *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; + *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ":unsafe"; } //--------------------------------------------------------------------------------------- Directory: /dba/connectivity/source/drivers/dbase/ ================================================== File [changed]: Dservices.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/dbase/Dservices.cxx?r1=1.4&r2=1.4.86.1 Delta lines: +4 -4 ------------------- --- Dservices.cxx 15 Mar 2004 12:46:29 -0000 1.4 +++ Dservices.cxx 6 Jun 2006 07:53:10 -0000 1.4.86.1 @@ -2,9 +2,9 @@ * * $RCSfile: Dservices.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.86.1 $ * - * last change: $Author: obo $ $Date: 2004/03/15 12:46:29 $ + * last change: $Author: kr $ $Date: 2006/06/06 07:53:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -156,7 +156,7 @@ uno_Environment **ppEnv ) { - *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; + *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ":unsafe"; } //--------------------------------------------------------------------------------------- Directory: /dba/connectivity/source/drivers/evoab/ ================================================== File [changed]: LServices.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab/LServices.cxx?r1=1.2&r2=1.2.178.1 Delta lines: +3 -3 ------------------- --- LServices.cxx 2 Jun 2003 07:57:48 -0000 1.2 +++ LServices.cxx 6 Jun 2006 07:53:10 -0000 1.2.178.1 @@ -2,9 +2,9 @@ * * $RCSfile: LServices.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.2.178.1 $ * - * last change: $Author: vg $ $Date: 2003/06/02 07:57:48 $ + * last change: $Author: kr $ $Date: 2006/06/06 07:53:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -156,7 +156,7 @@ uno_Environment **ppEnv ) { - *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; + *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ":unsafe"; } //--------------------------------------------------------------------------------------- Directory: /dba/connectivity/source/drivers/evoab2/ =================================================== File [changed]: NServices.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab2/NServices.cxx?r1=1.2&r2=1.2.10.1 Delta lines: +3 -3 ------------------- --- NServices.cxx 9 Jun 2005 14:12:50 -0000 1.2 +++ NServices.cxx 6 Jun 2006 07:53:10 -0000 1.2.10.1 @@ -2,9 +2,9 @@ * * $RCSfile: NServices.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.2.10.1 $ * - * last change: $Author: hr $ $Date: 2005/06/09 14:12:50 $ + * last change: $Author: kr $ $Date: 2006/06/06 07:53:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -157,7 +157,7 @@ uno_Environment **ppEnv ) { - *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; + *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ":unsafe"; } //--------------------------------------------------------------------------------------- Directory: /dba/connectivity/source/drivers/file/ ================================================= File [changed]: fservices.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/file/fservices.cxx?r1=1.2&r2=1.2.280.1 Delta lines: +3 -3 ------------------- --- fservices.cxx 20 Mar 2001 16:49:26 -0000 1.2 +++ fservices.cxx 6 Jun 2006 07:53:11 -0000 1.2.280.1 @@ -2,9 +2,9 @@ * * $RCSfile: fservices.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.2.280.1 $ * - * last change: $Author: jl $ $Date: 2001/03/20 16:49:26 $ + * last change: $Author: kr $ $Date: 2006/06/06 07:53:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -155,7 +155,7 @@ uno_Environment **ppEnv ) { - *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; + *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ":unsafe"; } //--------------------------------------------------------------------------------------- Directory: /dba/connectivity/source/drivers/flat/ ================================================= File [changed]: Eservices.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/flat/Eservices.cxx?r1=1.4&r2=1.4.86.1 Delta lines: +4 -4 ------------------- --- Eservices.cxx 15 Mar 2004 12:47:35 -0000 1.4 +++ Eservices.cxx 6 Jun 2006 07:53:11 -0000 1.4.86.1 @@ -2,9 +2,9 @@ * * $RCSfile: Eservices.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.86.1 $ * - * last change: $Author: obo $ $Date: 2004/03/15 12:47:35 $ + * last change: $Author: kr $ $Date: 2006/06/06 07:53:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -156,7 +156,7 @@ uno_Environment **ppEnv ) { - *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; + *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ":unsafe"; } //--------------------------------------------------------------------------------------- Directory: /dba/connectivity/source/drivers/hsqldb/ =================================================== File [changed]: Hservices.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/hsqldb/Hservices.cxx?r1=1.3&r2=1.3.26.1 Delta lines: +4 -4 ------------------- --- Hservices.cxx 16 Feb 2005 15:51:56 -0000 1.3 +++ Hservices.cxx 6 Jun 2006 07:53:11 -0000 1.3.26.1 @@ -2,9 +2,9 @@ * * $RCSfile: Hservices.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.3.26.1 $ * - * last change: $Author: vg $ $Date: 2005/02/16 15:51:56 $ + * last change: $Author: kr $ $Date: 2006/06/06 07:53:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -154,7 +154,7 @@ uno_Environment **ppEnv ) { - *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; + *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ":unsafe"; } //--------------------------------------------------------------------------------------- File [changed]: accesslog.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/hsqldb/accesslog.hxx?r1=1.2&r2=1.2.6.1 Delta lines: +3 -3 ------------------- --- accesslog.hxx 30 Mar 2005 11:52:37 -0000 1.2 +++ accesslog.hxx 6 Jun 2006 07:53:12 -0000 1.2.6.1 @@ -2,9 +2,9 @@ * * $RCSfile: accesslog.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.2.6.1 $ * - * last change: $Author: rt $ $Date: 2005/03/30 11:52:37 $ + * last change: $Author: kr $ $Date: 2006/06/06 07:53:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -125,7 +125,7 @@ void logReturn( jint _nRetVal ) { ::rtl::OString sLine( " -> " ); - sLine += ::rtl::OString::valueOf( _nRetVal ); + sLine += ::rtl::OString::valueOf( (sal_Int32)_nRetVal ); writeString( sLine.getStr(), true ); } Directory: /dba/connectivity/source/drivers/jdbc/ ================================================= File [changed]: jservices.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/jdbc/jservices.cxx?r1=1.5&r2=1.5.86.1 Delta lines: +4 -4 ------------------- --- jservices.cxx 15 Mar 2004 12:47:49 -0000 1.5 +++ jservices.cxx 6 Jun 2006 07:53:12 -0000 1.5.86.1 @@ -2,9 +2,9 @@ * * $RCSfile: jservices.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.5.86.1 $ * - * last change: $Author: obo $ $Date: 2004/03/15 12:47:49 $ + * last change: $Author: kr $ $Date: 2006/06/06 07:53:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -153,7 +153,7 @@ uno_Environment **ppEnv ) { - *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; + *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ":unsafe"; } //--------------------------------------------------------------------------------------- Directory: /dba/connectivity/source/drivers/mozab/ ================================================== File [changed]: MServices.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MServices.cxx?r1=1.3&r2=1.3.26.1 Delta lines: +4 -4 ------------------- --- MServices.cxx 21 Feb 2005 12:23:26 -0000 1.3 +++ MServices.cxx 6 Jun 2006 07:53:12 -0000 1.3.26.1 @@ -2,9 +2,9 @@ * * $RCSfile: MServices.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.3.26.1 $ * - * last change: $Author: vg $ $Date: 2005/02/21 12:23:26 $ + * last change: $Author: kr $ $Date: 2006/06/06 07:53:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -161,7 +161,7 @@ uno_Environment **ppEnv ) { - *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; + *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ":unsafe"; } //--------------------------------------------------------------------------------------- Directory: /dba/connectivity/source/manager/ ============================================ File [changed]: registration.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/manager/registration.cxx?r1=1.4&r2=1.4.276.1 Delta lines: +3 -3 ------------------- --- registration.cxx 30 May 2001 08:02:23 -0000 1.4 +++ registration.cxx 6 Jun 2006 07:53:13 -0000 1.4.276.1 @@ -2,9 +2,9 @@ * * $RCSfile: registration.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.276.1 $ * - * last change: $Author: fs $ $Date: 2001/05/30 08:02:23 $ + * last change: $Author: kr $ $Date: 2006/06/06 07:53:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,7 @@ //--------------------------------------------------------------------------------------- void SAL_CALL component_getImplementationEnvironment(const sal_Char** _ppEnvTypeName, uno_Environment** _ppEnv) { - *_ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; + *_ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ":unsafe"; } //--------------------------------------------------------------------------------------- Directory: /dba/connectivity/source/parse/ ========================================== File [changed]: dbregistration.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/parse/dbregistration.cxx?r1=1.2&r2=1.2.58.1 Delta lines: +3 -3 ------------------- --- dbregistration.cxx 2 Aug 2004 17:15:34 -0000 1.2 +++ dbregistration.cxx 6 Jun 2006 07:53:13 -0000 1.2.58.1 @@ -2,9 +2,9 @@ * * $RCSfile: dbregistration.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.2.58.1 $ * - * last change: $Author: hr $ $Date: 2004/08/02 17:15:34 $ + * last change: $Author: kr $ $Date: 2006/06/06 07:53:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,7 @@ //--------------------------------------------------------------------------------------- void SAL_CALL component_getImplementationEnvironment(const sal_Char** _ppEnvTypeName, uno_Environment** _ppEnv) { - *_ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; + *_ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ":unsafe"; } //--------------------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
