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

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

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