| 146 | } |
| 147 | |
| 148 | void NotificationPanel::queueInviteNotification(const msg::InvitedMessage& msg) { |
| 149 | auto node = InviteNotification::create(msg); |
| 150 | this->queueNotification(node); |
| 151 | } |
| 152 | |
| 153 | void NotificationPanel::queueNotification(CCNode* notif) { |
| 154 | m_queued.push(notif); |