-
- Downloads
Clarify SIPCall class header
SIPCall API's is huge (~50 methods) and not easy to maintain
(related APIs seem to be spread over the file).
Some of them seem not even related to SIP!
The patch tries to cleanup a bit the code and sort API's to emphasize
relationships in those API.
List of changes:
- code cleanup (pragma once, fix comments, no extra indent)
- API sorting:
- class management (ctors/dtor/...)
- overridden methods
- SIP related
- Non-SIP related
This last block shows good candidates for refactoring.
This will be done later.
Change-Id: I235892c9a1118575a3b31c2f6854c32bf8b74aaf
Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
Please register or sign in to comment