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

using namespace std;

namespace odb
{
  namespace mssql
  {
  }
}