User: hr Date: 2007-11-01 15:02:33+0000 Modified: dba/dbaccess/source/core/api/querydescriptor.hxx
Log: INTEGRATION: CWS dba24b (1.16.172); FILE MERGED 2007/08/16 06:14:42 oj 1.16.172.1: #i56898# clean up of the class structure File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: querydescriptor.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/querydescriptor.hxx?r1=1.16&r2=1.17 Delta lines: +3 -0 ------------------- --- querydescriptor.hxx 2006-07-10 15:06:56+0000 1.16 +++ querydescriptor.hxx 2007-11-01 15:02:31+0000 1.17 @@ -156,6 +156,8 @@ ,public ::comphelper::OPropertyArrayUsageHelper< OQueryDescriptor_Base > ,public ODataSettings { + OQueryDescriptor(const OQueryDescriptor&); + void operator =(const OQueryDescriptor&); // helper void registerProperties(); protected: @@ -165,6 +167,7 @@ // OPropertySetHelper virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper(); + virtual ~OQueryDescriptor(); public: OQueryDescriptor(); /** constructs the object with a UNO QueryDescriptor. If you use this ctor, the resulting object --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
