aboutsummaryrefslogtreecommitdiff
path: root/src/strategies/device_strategy.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/strategies/device_strategy.hh')
-rw-r--r--src/strategies/device_strategy.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/strategies/device_strategy.hh b/src/strategies/device_strategy.hh
index 1b95e11..7b7bacd 100644
--- a/src/strategies/device_strategy.hh
+++ b/src/strategies/device_strategy.hh
@@ -6,11 +6,15 @@ namespace low_latency {
class DeviceContext;
class DeviceStrategy {
+ protected:
DeviceContext& device;
public:
DeviceStrategy(DeviceContext& device);
virtual ~DeviceStrategy();
+
+ public:
+
};
} // namespace low_latency