INTEGRATION: CWS dba24b (1.31.96); FILE MERGED

2007/08/16 06:14:42 oj 1.31.96.1: #i56898# clean up of the class structure
This commit is contained in:
Jens-Heiner Rechtien 2007-11-01 14:02:17 +00:00
parent e98633b5de
commit 27464a37af

View file

@ -4,9 +4,9 @@
* *
* $RCSfile: querydescriptor.cxx,v $ * $RCSfile: querydescriptor.cxx,v $
* *
* $Revision: 1.31 $ * $Revision: 1.32 $
* *
* last change: $Author: vg $ $Date: 2006-11-23 14:19:48 $ * last change: $Author: hr $ $Date: 2007-11-01 15:02:17 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
@ -126,6 +126,11 @@ OQueryDescriptor::OQueryDescriptor(const OQueryDescriptor_Base& _rSource)
ODataSettings::registerPropertiesFor(this); ODataSettings::registerPropertiesFor(this);
} }
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
OQueryDescriptor::~OQueryDescriptor()
{
DBG_DTOR(OQueryDescriptor,NULL);
}
// -----------------------------------------------------------------------------
IMPLEMENT_TYPEPROVIDER2(OQueryDescriptor,OQueryDescriptor_Base,ODataSettings); IMPLEMENT_TYPEPROVIDER2(OQueryDescriptor,OQueryDescriptor_Base,ODataSettings);
IMPLEMENT_FORWARD_XINTERFACE3( OQueryDescriptor,OWeakObject,OQueryDescriptor_Base,ODataSettings) IMPLEMENT_FORWARD_XINTERFACE3( OQueryDescriptor,OWeakObject,OQueryDescriptor_Base,ODataSettings)
//-------------------------------------------------------------------------- //--------------------------------------------------------------------------