User: vg Date: 05/03/10 07:32:41 Modified: /dba/connectivity/source/inc/adabas/ BCatalog.hxx
Log: INTEGRATION: CWS dba24 (1.6.240); FILE MERGED 2005/02/09 08:07:48 oj 1.6.240.1: #i26950# remove the need for XNamed File Changes: Directory: /dba/connectivity/source/inc/adabas/ =============================================== File [changed]: BCatalog.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/adabas/BCatalog.hxx?r1=1.6&r2=1.7 Delta lines: +8 -3 ------------------- --- BCatalog.hxx 25 Oct 2002 09:05:40 -0000 1.6 +++ BCatalog.hxx 10 Mar 2005 15:32:39 -0000 1.7 @@ -67,6 +67,9 @@ #ifndef _CONNECTIVITY_OFUNCTIONDEFS_HXX_ #include "odbc/OFunctiondefs.hxx" #endif +#ifndef CONNECTIVITY_STDTYPEDEFS_HXX +#include "connectivity/StdTypeDefs.hxx" +#endif namespace connectivity { @@ -79,6 +82,8 @@ { OAdabasConnection* m_pConnection; // used to get the metadata SQLHANDLE m_aConnectionHdl; // used for odbc specific stuff + + void fillVector(const ::rtl::OUString& _sQuery,TStringVector& _rVector); protected: /** builds the name which should be used to access the object later on in the collection. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
