From d4398c776706fd3a5bc3b3fa9f8a3e965a7a6306 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann <sbergman@redhat.com> Date: Thu, 27 Oct 2016 17:08:09 +0200 Subject: Remove bogus comments about ~IPropertyArrayHelper not being virtual ...which isn't true at least ever since b525a3115f54576017a576ff842dede5e2e3545d "initial import", but got copy/pasted all over the place Change-Id: I47d3d8a594aef3ac3736d7176ae964a118821014 --- odk/examples/DevelopersGuide/Database/DriverSkeleton/OSubComponent.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'odk/examples/DevelopersGuide') diff --git a/odk/examples/DevelopersGuide/Database/DriverSkeleton/OSubComponent.hxx b/odk/examples/DevelopersGuide/Database/DriverSkeleton/OSubComponent.hxx index 3d50a87e19c9..c31434e8ca34 100644 --- a/odk/examples/DevelopersGuide/Database/DriverSkeleton/OSubComponent.hxx +++ b/odk/examples/DevelopersGuide/Database/DriverSkeleton/OSubComponent.hxx @@ -129,9 +129,6 @@ namespace connectivity This method needs to be implemented in derived classes. <BR> The method gets called with s_aMutex acquired. - <BR> - as long as IPropertyArrayHelper has no virtual destructor, the implementation of ~OPropertyArrayUsageHelper - assumes that you created an ::cppu::OPropertyArrayHelper when deleting s_pProps. @return an pointer to the newly created array helper. Must not be NULL. */ virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const = 0; -- cgit