changed logging

This commit is contained in:
badaix 2015-08-23 23:24:36 +02:00
parent dbf44b0220
commit 48ac9d2209
3 changed files with 15 additions and 11 deletions

View file

@ -80,6 +80,11 @@ public:
return buffer.size();
}
inline bool empty() const
{
return (buffer.size() == 0);
}
void setSize(size_t size)
{
bufferSize = size;