#88644# insert some DBG's

This commit is contained in:
Ocke Janssen
2001-08-15 12:05:15 +00:00
parent 1ebb78a93b
commit 99871e3ad6
12 changed files with 109 additions and 40 deletions

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: datacolumn.cxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: oj $ $Date: 2001-06-26 10:12:41 $
* last change: $Author: oj $ $Date: 2001-08-15 13:04:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,7 +97,7 @@ using namespace ::osl;
using namespace ::comphelper;
using namespace ::cppu;
DBG_NAME(ODataColumn);
//--------------------------------------------------------------------------
ODataColumn::ODataColumn(
const Reference < XResultSetMetaData >& _xMetaData,
@@ -108,6 +108,12 @@ ODataColumn::ODataColumn(
,m_xRow(_xRow)
,m_xRowUpdate(_xRowUpdate)
{
DBG_CTOR(ODataColumn,NULL);
}
// -----------------------------------------------------------------------------
ODataColumn::~ODataColumn()
{
DBG_DTOR(ODataColumn,NULL);
}
// com::sun::star::lang::XTypeProvider