#include "messagecell_cb.h" MessageCellCb::MessageCellCb(){ printf("MessageCellCb::MessageCellCb -- constructor\n"); this->message = NULL; this->type = MessageCellCb::TYPE_UNDEF; this->count = 0; this->maximum = NULL; }