2
#include "Commands/CDirectiveMessage.h"
3
#include "Core/Common.h"
5
CDirectiveMessage::CDirectiveMessage(Type type, Expression exp)
11
bool CDirectiveMessage::Validate()
14
if (exp.evaluateString(text,true) == false)
16
Logger::queueError(Logger::Error,L"Invalid expression");
23
Logger::queueError(Logger::Warning,text);
26
Logger::queueError(Logger::Error,text);
29
Logger::queueError(Logger::Notice,text);
b'\\ No newline at end of file'