Initial CVParamTransfer imps

Former-commit-id: ee48b34a8b
This commit is contained in:
2023-01-14 01:26:24 -08:00
parent 73cd98d1f8
commit c8d021edb4
10 changed files with 88 additions and 30 deletions

View File

@@ -10,12 +10,6 @@ class IObjectStore;
class CObjectReference {
public:
CObjectReference(const rstl::auto_ptr< IObj >& obj);
// : x0_refCount(0)
// , x2_locked(false)
// , x2_lockCount(0)
// , xc_objectStore(nullptr)
// , x10_object(obj.release())
// , x14_params(CVParamTransfer::Null()) {}
~CObjectReference();
CObjectReference(IObjectStore& store, const rstl::auto_ptr< IObj >& obj, const SObjectTag& tag,
CVParamTransfer xfer);