aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/statements-base.cxx
blob: acd4dc98421ae3e4d1856410e1fb46c52ad080c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// file      : odb/oracle/statements-base.cxx
// author    : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 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 ()
    {
    }
  }
}