Diff for /Amaya/amaya/amaya.h between versions 1.329 and 1.330

version 1.329, 2008/01/30 09:03:04 version 1.330, 2008/03/04 11:41:28
Line 568  typedef struct _DocumentMetaDataElement Line 568  typedef struct _DocumentMetaDataElement
   char      *content_location; /* simplified content location returned by the server */    char      *content_location; /* simplified content location returned by the server */
   char      *full_content_location; /* full content location returned by the server */    char      *full_content_location; /* full content location returned by the server */
   char      *reason;           /* http_headers reason*/    char      *reason;           /* http_headers reason*/
   
   int        method;           /* method used to send this data */    int        method;           /* method used to send this data */
   Element    link_icon;        /* there is a link to an icon */    Element    link_icon;        /* there is a link to an icon */
   ThotBool   xmlformat;        /* the document should be exported in xml format */    ThotBool   xmlformat;        /* the document should be exported in xml format */
   ThotBool   compound;         /* the document is a compound document */    ThotBool   compound;         /* the document is a compound document */
 #ifdef ANNOTATIONS  #ifdef ANNOTATIONS
   Document   source_doc;       /* if the document is an annotation,    Document   source_doc;       /* if the document is an annotation,
                                   this variable giveso the annoted document                                    this variable giveso the annoted document docid */
                                   docid */  
 #endif /* ANNOTATIONS */  #endif /* ANNOTATIONS */
     ThotBool  isTemplate;  /* True if the document is a XTiger template or library,
   ThotBool  isTemplate;                  /* True if the document is a XTiger template or library,                              False if template instance or not using XTiger.*/
                                                                         False if template instance or not using XTiger.*/  
 #ifdef TEMPLATES  #ifdef TEMPLATES
   char      *template_url;       /* the url of the original template (or null if not an instance) */    char      *template_url;       /* the url of the original template (or null if not an instance) */
   char      *template_version;   /* if this document is derived from a template,    char      *template_version;   /* if this document is derived from a template,

Removed from v.1.329  
changed lines
  Added in v.1.330


Webmaster