Delete CFactoryStore.cpp, something funky is going on

This commit is contained in:
Phillip Stephens 2023-01-14 01:50:25 -08:00
parent 9f2e8c67f9
commit 93082a4a13
3 changed files with 2 additions and 4 deletions

View File

@ -610,7 +610,7 @@ LIBS = [
["Kyoto/Streams/CZipInputStream", True],
["Kyoto/Streams/CZipOutputStream", True],
["Kyoto/Streams/CZipSupport", True],
["Kyoto/CFactoryStore", False],
"Kyoto/CFactoryStore",
["Kyoto/CObjectReference", True],
"Kyoto/CSimplePool",
["Kyoto/CToken", True],

View File

@ -9,6 +9,7 @@ class IVParamObj : public IObj {};
template < typename T >
class TObjOwnerParam : public IVParamObj {
public:
~TObjOwnerParam() {}
T* GetData() const { return static_cast<T*>(x4_data); }
private:

View File

@ -1,3 +0,0 @@
#include "Kyoto/IObjectStore.hpp"
#include "Kyoto/Alloc/CMemory.hpp"
#include "Kyoto/CObjectReference.hpp"