cyphesis/tests/stubs/common/stubSingleton.h
Erik Ogenvik 7ae19d5038 Use Singleton base class.
I.e. make sure that all objects have a defined life time. This requires
that we actually set up and tear down the singletons.
2018-04-25 20:15:29 +02:00

11 lines
No EOL
303 B
C

// AUTOGENERATED file, created by the tool generate_stub.py, don't edit!
// If you want to add your own functionality, instead edit the stubSingleton_custom.h file.
#include "common/Singleton.h"
#include "stubSingleton_custom.h"
#ifndef STUB_COMMON_SINGLETON_H
#define STUB_COMMON_SINGLETON_H
#endif