Comments + Coding-Style fixed.
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1461 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -3,12 +3,11 @@
|
||||
|
||||
#include "efw/ExperimentFlow.hpp"
|
||||
|
||||
class HSCSimpleExperiment : public fail::ExperimentFlow
|
||||
{
|
||||
public:
|
||||
HSCSimpleExperiment() { }
|
||||
|
||||
bool run();
|
||||
class HSCSimpleExperiment : public fail::ExperimentFlow {
|
||||
public:
|
||||
HSCSimpleExperiment() { }
|
||||
|
||||
bool run();
|
||||
};
|
||||
|
||||
#endif // __HSC_SIMPLE_EXPERIMENT_HPP__
|
||||
|
||||
Reference in New Issue
Block a user