#include "RuleDefinition.h" using namespace std; bool RuleDefinition::create(const string & name, const string & definition) { m_name = name; }