Diff for /Amaya/amaya/templates.h between versions 1.22 and 1.23

version 1.22, 2008/04/01 08:54:04 version 1.23, 2008/04/22 13:56:02
Line 45  struct _XTigerTemplate Line 45  struct _XTigerTemplate
   SearchSet     unknowns;       // All unknown declarations, used in template parsing (SearchSet<Declaration, char*>)    SearchSet     unknowns;       // All unknown declarations, used in template parsing (SearchSet<Declaration, char*>)
   
   Document      doc;            // Use to store component structures    Document      doc;            // Use to store component structures
   int           users;          // Number of documents using this template    int           ref;            // Reference counting
   SList         errorList;      // Error string list (DLList<char*>)    SList         errorList;      // Error string list (DLList<char*>)
 };  };
   

Removed from v.1.22  
changed lines
  Added in v.1.23


Webmaster