aboutsummaryrefslogtreecommitdiff
path: root/odb/connection.cxx
blob: 3779981892b3d0224288ed175f90f7a1e0d9f398 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// file      : odb/connection.cxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// 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 ()
  {
  }
}