Delete CFactoryStore.cpp, something funky is going on

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

View File

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

View File

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

View File

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