mysqlc_driver.hxx (cdf0e10c) mysqlc_driver.hxx (24687b4c)
1/*************************************************************************
2* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3*
4* Copyright 2008 by Sun Microsystems, Inc.
5*
6* OpenOffice.org - a multi-platform office productivity suite
7*
8* $RCSfile: mysqlc_driver.hxx,v $

--- 52 unchanged lines hidden (view full) ---

61 class MysqlCDriver : public ODriver_BASE
62 {
63 protected:
64 Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xFactory;
65 ::osl::Mutex m_aMutex; // mutex is need to control member access
66 OWeakRefArray m_xConnections; // vector containing a list
67 // of all the Connection objects
68 // for this Driver
1/*************************************************************************
2* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3*
4* Copyright 2008 by Sun Microsystems, Inc.
5*
6* OpenOffice.org - a multi-platform office productivity suite
7*
8* $RCSfile: mysqlc_driver.hxx,v $

--- 52 unchanged lines hidden (view full) ---

61 class MysqlCDriver : public ODriver_BASE
62 {
63 protected:
64 Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xFactory;
65 ::osl::Mutex m_aMutex; // mutex is need to control member access
66 OWeakRefArray m_xConnections; // vector containing a list
67 // of all the Connection objects
68 // for this Driver
69#ifndef SYSTEM_MYSQL_CPPCONN
70 oslModule m_hCppConnModule;
71 bool m_bAttemptedLoadCppConn;
72#endif
73
74 sql::Driver * cppDriver;
75
76 public:
77
78 MysqlCDriver(const Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxFactory);
79
80 // OComponentHelper

--- 40 unchanged lines hidden ---
69
70 sql::Driver * cppDriver;
71
72 public:
73
74 MysqlCDriver(const Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxFactory);
75
76 // OComponentHelper

--- 40 unchanged lines hidden ---