xo-gc: refactor: demote GCObjectVisitor to GCObjectStore
No longer needed by DX1Collector Also retires utest/MockCollector
This commit is contained in:
parent
d1e2ae38f3
commit
9e74e35c68
21 changed files with 242 additions and 331 deletions
11
include/xo/gc/GCObjectStoreVisitor.hpp
Normal file
11
include/xo/gc/GCObjectStoreVisitor.hpp
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/** @file GCObjectStoreVisitor.hpp
|
||||
*
|
||||
* @author Roland Conybeare, Apr 2026
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "DGCObjectStoreVisitor.hpp"
|
||||
#include "detail/IGCObjectVisitor_DGCObjectStoreVisitor.hpp"
|
||||
|
||||
/* end GCObjectStoreVisitor.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue