diff options
Diffstat (limited to 'src/strategies/low_latency2/queue_strategy.cc')
| -rw-r--r-- | src/strategies/low_latency2/queue_strategy.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/strategies/low_latency2/queue_strategy.cc b/src/strategies/low_latency2/queue_strategy.cc new file mode 100644 index 0000000..85e1aae --- /dev/null +++ b/src/strategies/low_latency2/queue_strategy.cc @@ -0,0 +1,10 @@ +#include "queue_strategy.hh" + +namespace low_latency { + +LowLatency2QueueStrategy::LowLatency2QueueStrategy(QueueContext& queue) + : QueueStrategy(queue) {} + +LowLatency2QueueStrategy::~LowLatency2QueueStrategy() {} + +} // namespace low_latency |
