Project

General

Profile

Actions

Bug #3941

closed

GenericLinkService is impossible to inherit from

Added by Junxiao Shi almost 8 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Faces
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
0.50 h

Description

GenericLinkService has virtual inheritance from GenericLinkServiceCounters.
GenericLinkServiceCounters constructor takes GenericLinkService::m_reassembler as argument.

When a subclass inherits from GenericLinkService, the most derived class's constructor must directly invoke GenericLinkServiceCounters constructor.
However, it cannot do so because GenericLinkService::m_reassembler is private.

Actions

Also available in: Atom PDF