aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/processor.hxx
blob: ac2b968a8066093d7b2c9128434ebf59b96e1120 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// file      : odb/relational/processor.hxx
// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license   : GNU GPL v3; see accompanying LICENSE file

#ifndef ODB_RELATIONAL_PROCESSOR_HXX
#define ODB_RELATIONAL_PROCESSOR_HXX

namespace relational
{
  // Issues diagnostics and throws operation_failed in case of an error.
  //
  void
  process ();
}

#endif // ODB_RELATIONAL_PROCESSOR_HXX