14 #ifndef COMPRESSIONZLIB_H__
15 #define COMPRESSIONZLIB_H__
17 #include "compressionbase.h"
54 virtual void compress(
const std::string& data );
57 virtual void decompress(
const std::string& data );
60 virtual void cleanup();
74 #endif // COMPRESSIONZLIB_H__
This is an abstract base class for stream compression implementations.
A simple implementation of mutex as a wrapper around a pthread mutex or a win32 critical section...
The namespace for the gloox library.
An abstract base class used to receive de/compressed data from a CompressionBase-derived object...