Ferreteria/v0.3/class/cFieldRow internal

From Woozle Writes Code
< Ferreteria‎ | v0.3‎ | class
Revision as of 18:35, 28 December 2018 by htyp>Woozle (oops)
Jump to navigation Jump to search

Template:Page/code/class

/*----
  HISTORY:
    2018-10-09 A note said "I'm not sure this class needs to exist"
      All code was removed either before this or not long after.
    2018-12-03 So, it looks like we need this as a way of not needing to have a Source (Table) for internal data.
    2018-12-04 but then I ended up commenting everything out again, and now we have cIORowMemory
*/
abstract class cIORow_internal extends cIORow {
}