/***************************************************************

Description:
  This is a a taylored linked list system for holding noncontent editor data. 

Methods:
  -- shared methods --
   
  -- internal methods --


 Dont use tab characters in this code.
  Dont use tab characters in this code.
   Dont use tab characters in this code.
    Dont use tab characters in this code.
     Dont use tab characters in this code.
      Dont use tab characters in this code.
       Dont use tab characters in this code.
        Dont use tab characters in this code.
         Dont use tab characters in this code.
          thanks.

History: 
 Creation Dan, <Jul 8 2002>
 

***************************************************************/

#include <stdlib.h>
#include <string.h>
#include "cestypes.h" 
#include "propaccum.h" // class definition


/*****************************************
*
* Description:
*  bla bla bla
*
* In:
*  foo   number to be cast into a deep void
*
* Out:
*  x = this
*  y = that
*
*****************************************/



