[idd] transport: add frame sink boundary

This commit is contained in:
Geoffrey McRae
2026-08-12 16:45:01 +10:00
parent 801a1e58f8
commit bd4d31f0bd
21 changed files with 634 additions and 81 deletions

View File

@@ -20,8 +20,8 @@
#pragma once
#include "transport/ITransport.h"
#include <memory>
std::unique_ptr<ITransport> CreateTransport();
class CTransportManager;
std::unique_ptr<CTransportManager> CreateTransport();