summaryrefslogtreecommitdiff
path: root/libcult/cult/mm/counter.cxx
blob: 7d43e3cb78a3e80aeaba10368683d734d0e80197 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// file      : cult/mm/counter.cxx
// author    : Boris Kolpackov <boris@kolpackov.net>
// copyright : Copyright (c) 2005-2010 Boris Kolpackov
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#include <cult/mm/counter.hxx>

namespace Cult
{
  namespace MM
  {
    StaticPtr<Key<Counter> > counted;
  }
}