aboutsummaryrefslogtreecommitdiff
path: root/odb/connection.cxx
blob: 2ae212aa73f282b8df38dbeeedf3da43007e2a5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// file      : odb/connection.cxx
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license   : GNU GPL v2; see accompanying LICENSE file

#include <odb/connection.hxx>

namespace odb
{
  connection::
  ~connection ()
  {
  }
}