bool CSingleAction::Run(CPathAction &DesiredAction) { m_Notifications.push_back(CMOOSMsg(MOOS_NOTIFY,m_sVarName,m_sValue,MOOSTime())); return OnComplete(); }
bool CSimEnvironment::AddReport(const std::string & sName, const std::string &sData) { m_MailOut.push_back(CMOOSMsg(MOOS_NOTIFY,sName,sData.c_str())); return true; }