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

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

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