summaryrefslogtreecommitdiff
path: root/libcult/cult/types/evptr.hxx
blob: a39cd8699bacfecbbc23b900120ed582e5aaafe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// file      : cult/types/evptr.hxx
// author    : Boris Kolpackov <boris@kolpackov.net>
// copyright : Copyright (c) 2005-2010 Boris Kolpackov
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#ifndef CULT_TYPES_EVPTR_HXX
#define CULT_TYPES_EVPTR_HXX

#include <cult/mm/evptr.hxx>

namespace Cult
{
  namespace Types
  {
    using MM::Evptr;
  }

  using Types::Evptr;
}

#endif  // CULT_TYPES_EVPTR_HXX