|
a/src/rcldb/rcldb.h |
|
b/src/rcldb/rcldb.h |
|
... |
|
... |
254 |
* kind of file equivalent). Empty for top-level docs. Should
|
254 |
* kind of file equivalent). Empty for top-level docs. Should
|
255 |
* probably be renamed container_udi.
|
255 |
* probably be renamed container_udi.
|
256 |
* @param doc container for document data. Should have been filled as
|
256 |
* @param doc container for document data. Should have been filled as
|
257 |
* much as possible depending on the document type.
|
257 |
* much as possible depending on the document type.
|
258 |
*/
|
258 |
*/
|
259 |
bool addOrUpdate(RclConfig *config, const string &udi,
|
259 |
bool addOrUpdate(const string &udi,
|
260 |
const string &parent_udi, Doc &doc);
|
260 |
const string &parent_udi, Doc &doc);
|
261 |
#ifdef IDX_THREADS
|
261 |
#ifdef IDX_THREADS
|
262 |
void waitUpdIdle();
|
262 |
void waitUpdIdle();
|
263 |
#endif
|
263 |
#endif
|
264 |
|
264 |
|