aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/object-statements.cxx
blob: 8000f486d434131e982e42cf1864e8017aae4f0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// file      : odb/oracle/object-statements.cxx
// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license   : ODB NCUEL; see accompanying LICENSE file

#include <odb/oracle/object-statements.hxx>

namespace odb
{
  namespace oracle
  {
    object_statements_base::
    ~object_statements_base ()
    {
    }
  }
}