#include "Sb_Ncb/GE/MessagesNotifier_Client.h"
MessagesNotifier_Client::MessagesNotifier_Client()
{
theMessagesNotifier_Component = new A;
theMessagesNotifier_Component=static_cast<A*>(theMessagesNotifier_Component->GetInstance());
}
void MessagesNotifier_Client::NotifyWarningMessage(MessagesNotifier_Client* theNotifier ,CMessage* msg)
{
theMessagesNotifier_Component=static_cast<MessagesNotifierLogger*>(theMessagesNotifier_Component->GetInstance());
theMessagesNotifier_Component->NotifyWarningMessage(theNotifier,msg);
}