aboutsummaryrefslogtreecommitdiff
path: root/odb/processor.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-06-19 19:57:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-06-19 19:57:35 +0200
commit6e35807bd495c0001cba229fd082e45f0421100e (patch)
tree229d40ebc69bcc9ef04147ef95534ddb39771b8d /odb/processor.hxx
parentcf469aa28804418338c79a5f9c68608ea2f2807a (diff)
Populate custom type map, make available in context
Diffstat (limited to 'odb/processor.hxx')
-rw-r--r--odb/processor.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/odb/processor.hxx b/odb/processor.hxx
index e62dd25..b010d6c 100644
--- a/odb/processor.hxx
+++ b/odb/processor.hxx
@@ -11,10 +11,14 @@
class processor_failed {};
+// Pass one is very early processing before any validation has been
+// done.
+//
void
process (options const&,
features&,
semantics::unit&,
- semantics::path const&);
+ semantics::path const&,
+ unsigned short pass);
#endif // ODB_PROCESSOR_HXX