module_notification
module_notification* notification = iterator.Next();
module_notification* notification = new(std::nothrow) module_notification;
struct module_notification : DoublyLinkedListLinkImpl<module_notification> {
typedef DoublyLinkedList<module_notification> NotificationList;