|
a/src/rcldb/rcldoc.cpp |
|
b/src/rcldb/rcldoc.cpp |
|
... |
|
... |
18 |
#include "rcldoc.h"
|
18 |
#include "rcldoc.h"
|
19 |
#include "debuglog.h"
|
19 |
#include "debuglog.h"
|
20 |
|
20 |
|
21 |
namespace Rcl {
|
21 |
namespace Rcl {
|
22 |
const string Doc::keyurl("url");
|
22 |
const string Doc::keyurl("url");
|
|
|
23 |
const string Doc::keychildurl("childurl");
|
23 |
const string Doc::keyfn("filename");
|
24 |
const string Doc::keyfn("filename");
|
24 |
const string Doc::keyipt("ipath");
|
25 |
const string Doc::keyipt("ipath");
|
25 |
const string Doc::keytp("mtype");
|
26 |
const string Doc::keytp("mtype");
|
26 |
const string Doc::keyfmt("fmtime");
|
27 |
const string Doc::keyfmt("fmtime");
|
27 |
const string Doc::keydmt("dmtime");
|
28 |
const string Doc::keydmt("dmtime");
|