From bb76e9388009ed0bb2512034f8cd48a7d19aabb3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 Jun 2010 16:29:02 +0200 Subject: Next chunk of functionality --- odb/inline.hxx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 odb/inline.hxx (limited to 'odb/inline.hxx') diff --git a/odb/inline.hxx b/odb/inline.hxx new file mode 100644 index 0000000..77a2d56 --- /dev/null +++ b/odb/inline.hxx @@ -0,0 +1,14 @@ +// file : odb/inline.hxx +// author : Boris Kolpackov +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// license : GNU GPL v2; see accompanying LICENSE file + +#ifndef ODB_INLINE_HXX +#define ODB_INLINE_HXX + +#include + +void +generate_inline (context&); + +#endif // ODB_INLINE_HXX -- cgit v1.1