diff options
author | Mike Buland <eichlan@xagasoft.com> | 2008-02-26 06:53:45 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2008-02-26 06:53:45 +0000 |
commit | ee8174b0dd72204a38a3818686623edd87d5e10e (patch) | |
tree | deb4ca4e992cf5f41b0f506d092ba86bb80157b2 /src/itocounter.cpp | |
parent | 3cea09281c9f809fc78de6f2e79f4117976f74e4 (diff) | |
download | libbu++-ee8174b0dd72204a38a3818686623edd87d5e10e.tar.gz libbu++-ee8174b0dd72204a38a3818686623edd87d5e10e.tar.bz2 libbu++-ee8174b0dd72204a38a3818686623edd87d5e10e.tar.xz libbu++-ee8174b0dd72204a38a3818686623edd87d5e10e.zip |
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!
Diffstat (limited to 'src/itocounter.cpp')
-rw-r--r-- | src/itocounter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||