aboutsummaryrefslogtreecommitdiff
path: root/odb/tracer/forward.hxx
blob: 36f1507c5f812e55507260330d9246a839a5315b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
// file      : odb/tracer/forward.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// license   : GNU GPL v2; see accompanying LICENSE file

#ifndef ODB_TRACER_FORWARD_HXX
#define ODB_TRACER_FORWARD_HXX

#include <odb/pre.hxx>

#include <odb/forward.hxx>

namespace odb
{
  namespace tracer
  {
    class database;
    class connection;
    typedef details::shared_ptr<connection> connection_ptr;
    class transaction;
  }

  namespace details
  {
    template <>
    struct counter_type<tracer::connection>
    {
      typedef shared_base counter;
    };
  }
}

#include <odb/post.hxx>

#endif // ODB_TRACER_FORWARD_HXX