mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 07:01:30 +00:00
[idd] common: centralize atomic operations
This commit is contained in:
@@ -20,13 +20,12 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Atomic.h"
|
||||
#include "CSRWLock.h"
|
||||
#include "transport/IFrameSink.h"
|
||||
#include "transport/IFrameTransport.h"
|
||||
#include "transport/ITransport.h"
|
||||
|
||||
#include <atomic>
|
||||
|
||||
class CFrameHub final : public IFrameTransport, public IFrameEvents
|
||||
{
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user