aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/statements-base.cxx
blob: 0a99a0894f3017211df50d0f78801b2006a89a82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// file      : odb/mssql/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/mssql/statements-base.hxx>

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