From 444c5cbdeb11577f265f256d616c921c20246e99 Mon Sep 17 00:00:00 2001 From: Ocke Janssen Date: Tue, 24 Oct 2000 15:34:43 +0000 Subject: make strings unique for lib's --- connectivity/source/drivers/odbc/OPreparedStatement.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'connectivity/source/drivers/odbc/OPreparedStatement.cxx') diff --git a/connectivity/source/drivers/odbc/OPreparedStatement.cxx b/connectivity/source/drivers/odbc/OPreparedStatement.cxx index e1d7c655c074..caad4af8a778 100644 --- a/connectivity/source/drivers/odbc/OPreparedStatement.cxx +++ b/connectivity/source/drivers/odbc/OPreparedStatement.cxx @@ -2,9 +2,9 @@ * * $RCSfile: OPreparedStatement.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: fs $ $Date: 2000-10-11 10:46:17 $ + * last change: $Author: oj $ $Date: 2000-10-24 16:27:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,6 +76,7 @@ #ifndef _CONNECTIVITY_ODBC_ORESULTSETMETADATA_HXX_ #include "odbc/OResultSetMetaData.hxx" #endif +#define CONNECTIVITY_PROPERTY_NAME_SPACE odbc #ifndef _CONNECTIVITY_PROPERTYIDS_HXX_ #include "propertyids.hxx" #endif -- cgit