|
a/src/rcldb/rcldoc.h |
|
b/src/rcldb/rcldoc.h |
|
... |
|
... |
14 |
* Free Software Foundation, Inc.,
|
14 |
* Free Software Foundation, Inc.,
|
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
16 |
*/
|
16 |
*/
|
17 |
#ifndef _RCLDOC_H_INCLUDED_
|
17 |
#ifndef _RCLDOC_H_INCLUDED_
|
18 |
#define _RCLDOC_H_INCLUDED_
|
18 |
#define _RCLDOC_H_INCLUDED_
|
19 |
/* @(#$Id: rcldoc.h,v 1.1 2006-12-14 14:54:13 dockes Exp $ (C) 2006 J.F.Dockes */
|
19 |
/* @(#$Id: rcldoc.h,v 1.2 2007-01-17 13:53:41 dockes Exp $ (C) 2006 J.F.Dockes */
|
20 |
|
20 |
|
21 |
#include <string>
|
21 |
#include <string>
|
22 |
|
22 |
|
23 |
#ifndef NO_NAMESPACES
|
23 |
#ifndef NO_NAMESPACES
|
24 |
using std::string;
|
24 |
using std::string;
|
|
... |
|
... |
46 |
string dmtime; // Data reference date (same format). Ie: mail date
|
46 |
string dmtime; // Data reference date (same format). Ie: mail date
|
47 |
// Possibly set by handler
|
47 |
// Possibly set by handler
|
48 |
string origcharset; // Charset we transcoded from (in case we want back)
|
48 |
string origcharset; // Charset we transcoded from (in case we want back)
|
49 |
// Possibly set by handler
|
49 |
// Possibly set by handler
|
50 |
string title; // Possibly set by handler
|
50 |
string title; // Possibly set by handler
|
|
|
51 |
string author; // Possibly set by handler
|
51 |
string keywords; // Possibly set by handler
|
52 |
string keywords; // Possibly set by handler
|
52 |
string abstract; // Possibly set by handler
|
53 |
string abstract; // Possibly set by handler
|
53 |
bool syntabs; // true if abstract is just the top of doc, not an
|
54 |
bool syntabs; // true if abstract is just the top of doc, not an
|
54 |
// explicit document attribute
|
55 |
// explicit document attribute
|
55 |
string fbytes; // File size. Set by Db::Add
|
56 |
string fbytes; // File size. Set by Db::Add
|