aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/object-statements.cxx
blob: 4fdeedb891a1a993486f44c835e00373abb07e50 (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-2011 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 ()
    {
    }
  }
}