#ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include "testUtils.h" #include #include #include namespace Eris { void TestInjector::inject(const Atlas::Objects::Operation::RootOperation& op) { m_con->dispatchOp(op); } }