#pragma once #include "IAcceptor.h" #include "XSyncStreamConnection.h" struct XSyncAcceptor : IAcceptor { virtual ~XSyncAcceptor() { } };