Switch to unified view
a/src/rcldb/rcldb.h | b/src/rcldb/rcldb.h | ||
---|---|---|---|
1 | #ifndef _DB_H_INCLUDED_ |
1 | #ifndef _DB_H_INCLUDED_ |
2 | #define _DB_H_INCLUDED_ |
2 | #define _DB_H_INCLUDED_ |
3 | /* @(#$Id: rcldb.h,v 1.19 2005-11-25 09:12:26 dockes Exp $ (C) 2004 J.F.Dockes */ |
3 | /* @(#$Id: rcldb.h,v 1.20 2005-12-02 16:18:20 dockes Exp $ (C) 2004 J.F.Dockes */ |
4 | 4 | ||
5 | #include <string> |
5 | #include <string> |
6 | #include <list> |
6 | #include <list> |
7 | #include <vector> |
7 | #include <vector> |
8 | #ifndef NO_NAMESPACES |
8 | #ifndef NO_NAMESPACES |
... |
... |
||
45 | string title; |
45 | string title; |
46 | string keywords; |
46 | string keywords; |
47 | string abstract; |
47 | string abstract; |
48 | 48 | ||
49 | string text; |
49 | string text; |
50 | |||
51 | int pc; // used by sortseq, convenience |
||
50 | 52 | ||
51 | void erase() { |
53 | void erase() { |
52 | url.erase(); |
54 | url.erase(); |
53 | ipath.erase(); |
55 | ipath.erase(); |
54 | mimetype.erase(); |
56 | mimetype.erase(); |