Changes

Jump to navigation Jump to search
138 bytes removed ,  23:57, 26 June 2017
→‎CClassicArchive: The virtual functions are only stubs
Line 900: Line 900:  
     __thiscall CClassicArchive(void);
 
     __thiscall CClassicArchive(void);
 
     virtual __thiscall ~CClassicArchive(void);
 
     virtual __thiscall ~CClassicArchive(void);
     virtual void __thiscall DoNodPtr(class CMwNod * &); // Reads or writes a reference to an object
+
     virtual void __thiscall DoNodPtr(class CMwNod * &);
 
     virtual void __thiscall DoFid(class CSystemFidFile * &);
 
     virtual void __thiscall DoFid(class CSystemFidFile * &);
 
     virtual void __thiscall DoFolder(class CSystemFidsFolder * &, int, class CSystemFidsFolder *);
 
     virtual void __thiscall DoFolder(class CSystemFidsFolder * &, int, class CSystemFidsFolder *);
Line 968: Line 968:  
     void* pStringIndices;  // Pointer to cache of known string IDs
 
     void* pStringIndices;  // Pointer to cache of known string IDs
 
  };
 
  };
  −
For details on DoNodPtr, see the definition of "noderef" on the [[GBX#Primitives|GBX page]].
      
====CSystemArchiveNod====
 
====CSystemArchiveNod====

Navigation menu