summaryrefslogtreecommitdiff
path: root/libcult/cult/mm/counter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libcult/cult/mm/counter.cxx')
-rw-r--r--libcult/cult/mm/counter.cxx14
1 files changed, 14 insertions, 0 deletions
diff --git a/libcult/cult/mm/counter.cxx b/libcult/cult/mm/counter.cxx
new file mode 100644
index 0000000..7d43e3c
--- /dev/null
+++ b/libcult/cult/mm/counter.cxx
@@ -0,0 +1,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;
+ }
+}