summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/dbase/DConnection.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 15:59:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 15:59:22 +0000
commit92004285f7f1611f78b10630c45b898d5492db7c (patch)
treeb04d4e5e7859a20019d0e45d4f554a23e1c6a376 /connectivity/source/drivers/dbase/DConnection.cxx
parentad7c2b65dfac60f67159263f43ae86a5ca3ae019 (diff)
INTEGRATION: CWS insight01 (1.13.114); FILE MERGED
2004/02/12 16:06:32 oj 1.13.114.1: #111075# fix refcount problem
Diffstat (limited to 'connectivity/source/drivers/dbase/DConnection.cxx')
-rw-r--r--connectivity/source/drivers/dbase/DConnection.cxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/connectivity/source/drivers/dbase/DConnection.cxx b/connectivity/source/drivers/dbase/DConnection.cxx
index 46e4301554bc..82b2ae4a05d4 100644
--- a/connectivity/source/drivers/dbase/DConnection.cxx
+++ b/connectivity/source/drivers/dbase/DConnection.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DConnection.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: oj $ $Date: 2001-10-05 06:15:34 $
+ * last change: $Author: hr $ $Date: 2004-08-02 16:59:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,6 +89,10 @@
#ifndef _CONNECTIVITY_DBASE_DSTATEMENT_HXX_
#include "dbase/DStatement.hxx"
#endif
+#ifndef _TOOLS_DEBUG_HXX
+#include <tools/debug.hxx>
+#endif
+
using namespace connectivity::dbase;
using namespace connectivity::file;
@@ -101,14 +105,17 @@ using namespace ::com::sun::star::sdbcx;
using namespace ::com::sun::star::sdbc;
using namespace ::com::sun::star::lang;
+DBG_NAME(ODbaseConnection)
// --------------------------------------------------------------------------------
ODbaseConnection::ODbaseConnection(ODriver* _pDriver) : OConnection(_pDriver)
{
+ DBG_CTOR(ODbaseConnection,NULL);
m_aFilenameExtension = String::CreateFromAscii("dbf");
}
//-----------------------------------------------------------------------------
ODbaseConnection::~ODbaseConnection()
{
+ DBG_DTOR(ODbaseConnection,NULL);
}
// XServiceInfo