Re: Adding an implemented UNO interface

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, 2 Sept 2023 at 09:26, Lionel Élie Mamane <lionel@xxxxxxxxx> wrote:

#include <grault.hxx>
/* grault .hxx contains:
 *
 * typedef ::cppu::WeakComponentImplHelper2 <
 *            css::Baz,
 *            css::qux >  grault_BASE;
 *
 * class grault : public grault_BASE { ... }
 */


You can do

class bar1 : public grault_BASE {}

class bar : public ImplInheritanceHelper<bar1, css::corge> {}


[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux