1 2 3 4 5 6 7 8 9
#include "context.hh" namespace low_latency { Context::Context() {} Context::~Context() {} } // namespace low_latency