small updates

This commit is contained in:
gabi
2014-10-26 02:23:14 +02:00
parent e5f4790407
commit ae9d88dbb3
3 changed files with 9 additions and 6 deletions

View File

@@ -1,4 +1,9 @@
#pragma once
//
// base sink templated over a mutex (either dummy or realy)
// concrete implementation should only overrid the _sink_it method.
// all locking is taken care of here so no locking needed by the implementors..
//
#include<string>
#include<mutex>