Tom DeVito 6.15.2011

Data Dictionary:

  • Had very strange compiling errors.
  • Moved project to its own solution.  Problem was not resolved.
  • Eventually realized that DataElement.h was missing a ; at the end.
  • Changed addItem and DataElement to have the void* to the data in their parameters/constructor.
  • Changed addItem to return void.