~danielturcanu/zorba/mytrunk

« back to all changes in this revision

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

  • Committer: danielturcanu
  • Date: 2011-11-23 18:03:24 UTC
  • mfrom: (10463.2.92 zorba)
  • Revision ID: danielturcanu@gmail.com-20111123180324-pbh41w5nt363frlm
Update to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
 
58
58
DocumentNode* NodeFactory::createDocumentNode(
59
59
    XmlTree* tree,
60
 
    zstring& baseUri,
61
 
    zstring& docUri)
 
60
    const zstring& baseUri,
 
61
    const zstring& docUri)
62
62
{
63
63
  return new DocumentNode(tree, baseUri, docUri);
64
64
}