aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/simple-object-statements.cxx
blob: 51be556bca2aba0f2617672f616f7358b4734dfe (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-2012 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 ()
    {
    }
  }
}