/* * RegistryStub.hpp * * Created on: Jan 16, 2011 * Author: heber */ #ifndef REGISTRYSTUB_HPP_ #define REGISTRYSTUB_HPP_ #include "CommonNamedStub.hpp" #include "CodePatterns/Registry.hpp" class RegistryStub : public Registry { public: RegistryStub(); ~RegistryStub(); }; #endif /* REGISTRYSTUB_HPP_ */