From ee8174b0dd72204a38a3818686623edd87d5e10e Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 26 Feb 2008 06:53:45 +0000 Subject: Thought this may be handy. It should have more functions and things later, but it's basically an uber-simple counter class that's thread-safe! --- src/itocounter.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/itocounter.cpp (limited to 'src/itocounter.cpp') diff --git a/src/itocounter.cpp b/src/itocounter.cpp new file mode 100644 index 0000000..35298a9 --- /dev/null +++ b/src/itocounter.cpp @@ -0,0 +1 @@ +#include "bu/itocounter.h" -- cgit v1.2.3