Skip to content
Snippets Groups Projects
Commit 2c383dbe authored by Guillaume Roguez's avatar Guillaume Roguez Committed by gerrit2
Browse files

manager: decouple interface from implementation


This patch uses a pimpl idiom to decouple
Manager class interface (public API) from its implementation
(private members).
A back-pointer is also used by private implementation.
It's a first step to reduce the complexity and dependency
of this fat class. But this patch tries to keep the task atomic.

No behavioral changes! But the public API has been
slightly modified to arrange the pimpl code.

Change-Id: I01f15bab693397bc4c5a0f73393906110008488f
Reviewed-by: default avatarAndreas Traczyk <andreas.traczyk@savoirfairelinux.com>
parent 711ab60f
Branches
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment