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

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

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