From 55df757e98329e8e09afffe274ce2ceab269f8b3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 19 Sep 2011 16:19:25 +0200 Subject: Make processing top-level action, like validation and generation --- odb/context.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'odb/context.hxx') diff --git a/odb/context.hxx b/odb/context.hxx index 1e6ccae..8f77645 100644 --- a/odb/context.hxx +++ b/odb/context.hxx @@ -13,6 +13,7 @@ #include #include #include +#include // std::auto_ptr #include #include // std::size_t #include @@ -686,6 +687,11 @@ private: operator= (context const&); }; +// Create concrete database context. +// +std::auto_ptr +create_context (std::ostream&, semantics::unit&, options const&); + // Checks if scope Y names any of X. // template -- cgit v1.1