#include <miniXml/ustring.h>
#include <boost/utility.hpp>
#include <boost/signal.hpp>
#include <boost/thread/recursive_mutex.hpp>
Go to the source code of this file.
Namespaces | |
namespace | Spm |
namespace | Spm::Util |
Classes | |
class | Spm::Util::Object |
The base class for all objects Object is the base class for all objects. It provide the following. a name, owner, mutex attribute and a modified signal. More... |