/* * CommonParametersStub.hpp * * Created on: Jan 6, 2011 * Author: heber */ #ifndef COMMONPARAMETERSSTUB_HPP_ #define COMMONPARAMETERSSTUB_HPP_ namespace teststubs { struct classParameters { int counter; }; } #endif /* COMMONPARAMETERSSTUB_HPP_ */