~zorba-coders/zorba/ordpathmsgs

« back to all changes in this revision

Viewing changes to src/store/naive/simple_item_factory.cpp

  • Committer: Tarmac
  • Author(s): Ghislain Fourny, Markos Zaharioudakis
  • Date: 2012-03-28 23:58:23 UTC
  • mfrom: (10663.5.18 treeid-typedef)
  • Revision ID: tarmac-20120328235823-unvlliq9vw6t4lrr
Uses (overridable) typedef and traits for tree ID. Approved: Markos Zaharioudakis, Matthias Brantner

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include "qname_pool.h"
34
34
#include "string_pool.h"
35
35
#include "node_factory.h"
 
36
#include "tree_id.h"
36
37
 
37
38
#include "util/ascii_util.h"
38
39
 
120
121
bool BasicItemFactory::createStructuralAnyURI(
121
122
    store::Item_t& result,
122
123
    ulong collectionId,
123
 
    ulong treeId,
 
124
    const TreeId& treeId,
124
125
    store::StoreConsts::NodeKind nodeKind,
125
126
    const OrdPath& ordPath)
126
127
{