Merge lp:~zorba-coders/zorba/process-module-nsbindings into lp:zorba/process-module

Proposed by Chris Hillery
Status: Merged
Approved by: Matthias Brantner
Approved revision: 28
Merged at revision: 28
Proposed branch: lp:~zorba-coders/zorba/process-module-nsbindings
Merge into: lp:zorba/process-module
Diff against target: 12 lines (+1/-1)
1 file modified
src/com/zorba-xquery/www/modules/process.xq.src/process.cpp (+1/-1)
To merge this branch: bzr merge lp:~zorba-coders/zorba/process-module-nsbindings
Reviewer Review Type Date Requested Status
Matthias Brantner Approve
Chris Hillery Approve
Review via email: mp+88250@code.launchpad.net

Commit message

Use new NsBindings typedef.

To post a comment you must log in.
Revision history for this message
Chris Hillery (ceejatec) :
review: Approve
Revision history for this message
Matthias Brantner (matthias-brantner) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job process-module-nsbindings-2012-01-11T21-42-43.329Z is finished. The final status was:

All tests succeeded!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/com/zorba-xquery/www/modules/process.xq.src/process.cpp'
2--- src/com/zorba-xquery/www/modules/process.xq.src/process.cpp 2011-09-23 01:12:31 +0000
3+++ src/com/zorba-xquery/www/modules/process.xq.src/process.cpp 2012-01-11 18:29:28 +0000
4@@ -73,7 +73,7 @@
5 zorba::Item lTypeName =
6 aFactory->createQName("http://www.w3.org/2001/XMLSchema", "untyped");
7
8- std::vector<std::pair<zorba::String, zorba::String> > lNSBindings;
9+ zorba::NsBindings lNSBindings;
10
11 // root node called result
12 aResult = aFactory->createElementNode(

Subscribers

People subscribed via source and target branches

to all changes: