summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/JoinExchange.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/querydesign/JoinExchange.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/JoinExchange.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/querydesign/JoinExchange.cxx b/dbaccess/source/ui/querydesign/JoinExchange.cxx
index 08d480334b12..54eb77903714 100644
--- a/dbaccess/source/ui/querydesign/JoinExchange.cxx
+++ b/dbaccess/source/ui/querydesign/JoinExchange.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: JoinExchange.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2001-08-14 14:51:05 $
+ * last change: $Author: oj $ $Date: 2001-08-15 13:19:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,17 +85,20 @@ namespace dbaui
//==================================================================
// class OJoinExchObj
//==================================================================
+ DBG_NAME(OJoinExchObj);
//------------------------------------------------------------------------
OJoinExchObj::OJoinExchObj(const OJoinExchangeData& jxdSource)
:m_jxdSourceDescription(jxdSource)
,m_pDragListener(NULL)
{
+ DBG_CTOR(OJoinExchObj,NULL);
// Verfuegbare Typen in Liste einfuegen
}
//------------------------------------------------------------------------
OJoinExchObj::~OJoinExchObj()
{
+ DBG_DTOR(OJoinExchObj,NULL);
}
//------------------------------------------------------------------------