diff options
6 files changed, 18 insertions, 0 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_allocator.hxx b/connectivity/source/drivers/postgresql/pq_allocator.hxx index 1c95534eeb24..0bb8a7ab2e07 100644 --- a/connectivity/source/drivers/postgresql/pq_allocator.hxx +++ b/connectivity/source/drivers/postgresql/pq_allocator.hxx @@ -51,11 +51,14 @@ * The Initial Developer of the Original Code is: Sun Microsystems, Inc. * * Copyright: 2002 by Sun Microsystems, Inc. + * 2011 Lionel Elie Mamane <lionel@mamane.lu> * * All Rights Reserved. * * Contributor(s): _______________________________________ * + * Non-Sun changes: + * * august 2011: implement one-argument construct member * ************************************************************************/ diff --git a/connectivity/source/drivers/postgresql/pq_connection.hxx b/connectivity/source/drivers/postgresql/pq_connection.hxx index 2bc15e89dd02..49766402c19a 100644 --- a/connectivity/source/drivers/postgresql/pq_connection.hxx +++ b/connectivity/source/drivers/postgresql/pq_connection.hxx @@ -51,11 +51,14 @@ * The Initial Developer of the Original Code is: Joerg Budischewski * * Copyright: 2000 by Sun Microsystems, Inc. + * 2011 Lionel Elie Mamane <lionel@mamane.lu> * * All Rights Reserved. * * Contributor(s): Joerg Budischewski * + * Non-Sun changes: + * * august 2011: switch to unordered_map instead of deprecated hash_map * ************************************************************************/ diff --git a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx index f9aad4734605..8fd61fe4296f 100644 --- a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx +++ b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx @@ -51,11 +51,14 @@ * The Initial Developer of the Original Code is: Joerg Budischewski * * Copyright: 2000 by Sun Microsystems, Inc. + * 2011 Lionel Elie Mamane <lionel@mamane.lu> * * All Rights Reserved. * * Contributor(s): Joerg Budischewski * + * Non-Sun changes: + * * august 2011: switch to unordered_map instead of deprecated hash_map * ************************************************************************/ #include <algorithm> diff --git a/connectivity/source/drivers/postgresql/pq_statics.hxx b/connectivity/source/drivers/postgresql/pq_statics.hxx index 6396a44fba4c..ba3db88e8076 100644 --- a/connectivity/source/drivers/postgresql/pq_statics.hxx +++ b/connectivity/source/drivers/postgresql/pq_statics.hxx @@ -51,11 +51,14 @@ * The Initial Developer of the Original Code is: Joerg Budischewski * * Copyright: 2000 by Sun Microsystems, Inc. + * 2011 Lionel Elie Mamane <lionel@mamane.lu> * * All Rights Reserved. * * Contributor(s): Joerg Budischewski * + * Non-Sun changes: + * * august 2011: switch to unordered_map instead of deprecated hash_map * ************************************************************************/ #ifndef _PQ_STATICS_HXX_ diff --git a/connectivity/source/drivers/postgresql/pq_tools.hxx b/connectivity/source/drivers/postgresql/pq_tools.hxx index 7fbd0ad6e68d..fac4b88631d4 100644 --- a/connectivity/source/drivers/postgresql/pq_tools.hxx +++ b/connectivity/source/drivers/postgresql/pq_tools.hxx @@ -51,11 +51,14 @@ * The Initial Developer of the Original Code is: Joerg Budischewski * * Copyright: 2000 by Sun Microsystems, Inc. + * 2011 Lionel Elie Mamane <lionel@mamane.lu> * * All Rights Reserved. * * Contributor(s): Joerg Budischewski * + * Non-Sun changes: + * * august 2011: switch to unordered_map instead of deprecated hash_map * ************************************************************************/ diff --git a/connectivity/source/drivers/postgresql/pq_xcontainer.hxx b/connectivity/source/drivers/postgresql/pq_xcontainer.hxx index 60be2db1aa22..c0947b5fe974 100644 --- a/connectivity/source/drivers/postgresql/pq_xcontainer.hxx +++ b/connectivity/source/drivers/postgresql/pq_xcontainer.hxx @@ -51,11 +51,14 @@ * The Initial Developer of the Original Code is: Joerg Budischewski * * Copyright: 2000 by Sun Microsystems, Inc. + * 2011 Lionel Elie Mamane <lionel@mamane.lu> * * All Rights Reserved. * * Contributor(s): Joerg Budischewski * + * Non-Sun changes: + * * august 2011: switch to unordered_map instead of deprecated hash_map * ************************************************************************/ |