diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-04-12 11:33:30 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-04-12 11:33:30 +0000 |
commit | e1022adee0a2708964c75094d17e7da406fccff0 (patch) | |
tree | 2d6c495509b59312f6876acf1cb15258c3b96d59 /connectivity/source/inc/ado/AKeyColumns.hxx | |
parent | ed7319d1ea41a09797c285ff19f99ce30ae0ef2f (diff) |
correct access to bstr and variant
Diffstat (limited to 'connectivity/source/inc/ado/AKeyColumns.hxx')
-rw-r--r-- | connectivity/source/inc/ado/AKeyColumns.hxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/connectivity/source/inc/ado/AKeyColumns.hxx b/connectivity/source/inc/ado/AKeyColumns.hxx index 85b322c28c12..a37551025917 100644 --- a/connectivity/source/inc/ado/AKeyColumns.hxx +++ b/connectivity/source/inc/ado/AKeyColumns.hxx @@ -2,9 +2,9 @@ * * $RCSfile: AKeyColumns.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:14:24 $ + * last change: $Author: oj $ $Date: 2001-04-12 12:32:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,16 +59,16 @@ * ************************************************************************/ -#ifndef _CONNECTIVITY_ADABAS_KEYCOLUMNS_HXX_ -#define _CONNECTIVITY_ADABAS_KEYCOLUMNS_HXX_ +#ifndef _CONNECTIVITY_ADO_KEYCOLUMNS_HXX_ +#define _CONNECTIVITY_ADO_KEYCOLUMNS_HXX_ -#ifndef _CONNECTIVITY_ADABAS_COLUMNS_HXX_ -#include "adabas/BColumns.hxx" +#ifndef _CONNECTIVITY_SDBCX_COLLECTION_HXX_ +#include "connectivity/sdbcx/VCollection.hxx" #endif namespace connectivity { - namespace adabas + namespace ado { class OKeyColumns : public OColumns { @@ -87,5 +87,5 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_ADABAS_KEYCOLUMNS_HXX_ +#endif // _CONNECTIVITY_ADO_KEYCOLUMNS_HXX_ |