Simple data structure with information about an Invitation. More...
#include <invitation.h>

Public Attributes | |
| User * | user |
| Invitation::State | state |
Simple data structure with information about an Invitation.
This class is used to give information about invitations to the constructor of Task. It is needed because a real invitation cannot be constructed before its task is constructed.
Definition at line 90 of file invitation.h.
1.6.3