aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/prepared-query.cxx
blob: ae0389d65bcbbcd1cee97ee5e587746cc53d6af9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// file      : odb/mssql/prepared-query.cxx
// license   : ODB NCUEL; see accompanying LICENSE file

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

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