diff options
| author | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2026-04-05 22:01:11 +1000 |
|---|---|---|
| committer | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2026-04-05 22:01:11 +1000 |
| commit | cf0bced6cd86782e9706acda1b3b6ce6b4e98481 (patch) | |
| tree | 618912ff9025cf0d249e10203b110002a26450f9 /src/strategies/device_strategy.hh | |
| parent | 21e55ae8a1b3ddd4dff6c24a57bdc7d7272fff16 (diff) | |
Implement refactored AL2, todo frame limit
Diffstat (limited to 'src/strategies/device_strategy.hh')
| -rw-r--r-- | src/strategies/device_strategy.hh | 4 |
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 |
