~zorba-coders/zorba/ordpathmsgs

« back to all changes in this revision

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

  • 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:
25
25
 
26
26
#include "zorbatypes/schema_types.h"
27
27
 
 
28
#include "tree_id.h"
28
29
 
29
30
namespace zorba
30
31
{
91
92
  bool createStructuralAnyURI(
92
93
      store::Item_t& result,
93
94
      ulong collectionId,
94
 
      ulong treeId,
 
95
      const TreeId& treeId,
95
96
      store::StoreConsts::NodeKind nodeKind,
96
97
      const OrdPath& ordPath);
97
98