Skip to content
Commit c71b175b authored by Sergio Martins's avatar Sergio Martins
Browse files

Split invitation handler into two.

InvitationHandler is huge and I only want to export a small part
of the API.

InvitationHandler and InvitationHandlerHelper.

InvitationHandler will be called by KMail to process invitations
and will be public API with only one method.

InvitationHandlerHelper is private and will be used by
IncidenceChanger to send invitations whenever we modify, create
or delete incidence. It has lots of methods and we don't know how
to expose them with a clean API yet, so it stays private.
parent 119577c6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment