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

#include <odb/oracle/prepared-query.hxx>

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