diff options
Diffstat (limited to 'connectivity/source/drivers/file/fcode.cxx')
-rw-r--r-- | connectivity/source/drivers/file/fcode.cxx | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/connectivity/source/drivers/file/fcode.cxx b/connectivity/source/drivers/file/fcode.cxx index 1ede34390eb6c..086e305f9284c 100644 --- a/connectivity/source/drivers/file/fcode.cxx +++ b/connectivity/source/drivers/file/fcode.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fcode.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: oj $ $Date: 2001-05-23 09:13:11 $ + * last change: $Author: oj $ $Date: 2002-07-04 06:37:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -129,7 +129,16 @@ sal_Int32 compareIgnoreCase(const rtl::OUString& rStr1, const rtl::OUString& rSt #endif //------------------------------------------------------------------ -OCode::~OCode(){} +DBG_NAME(OCode ) +OCode::OCode() +{ + DBG_CTOR(OCode ,NULL); +} +// ----------------------------------------------------------------------------- +OCode::~OCode() +{ + DBG_DTOR(OCode,NULL); +} //------------------------------------------------------------------ OEvaluateSet* OOperand::preProcess(OBoolOperator* pOp, OOperand* pRight) |