diff options
Diffstat (limited to 'src/context.cc')
| -rw-r--r-- | src/context.cc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/context.cc b/src/context.cc new file mode 100644 index 0000000..ff93c36 --- /dev/null +++ b/src/context.cc @@ -0,0 +1,9 @@ +#include "context.hh" + +namespace low_latency { + +Context::Context() {} + +Context::~Context() {} + +} // namespace low_latency
\ No newline at end of file |
