From 6e35807bd495c0001cba229fd082e45f0421100e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 19 Jun 2015 19:57:35 +0200 Subject: Populate custom type map, make available in context --- odb/plugin.cxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'odb/plugin.cxx') diff --git a/odb/plugin.cxx b/odb/plugin.cxx index 51f0cb1..ed7bd14 100644 --- a/odb/plugin.cxx +++ b/odb/plugin.cxx @@ -201,13 +201,17 @@ gate_callback (void*, void*) features f; + // Process, pass 1. + // + process (*options_, f, *u, file_, 1); + // Validate, pass 1. // validate (*options_, f, *u, file_, 1); - // Process. + // Process, pass 2. // - process (*options_, f, *u, file_); + process (*options_, f, *u, file_, 2); // Validate, pass 2. // -- cgit v1.1