From 3b058bd31ba2783a8ef85b9f72d994a02cb3529b Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sun, 26 Nov 2017 23:44:32 +0100 Subject: Update header ifdefs to match and clean up comments --- src/diagram/Statement.hpp | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'src/diagram/Statement.hpp') diff --git a/src/diagram/Statement.hpp b/src/diagram/Statement.hpp index 8c41714..1781a97 100644 --- a/src/diagram/Statement.hpp +++ b/src/diagram/Statement.hpp @@ -5,8 +5,8 @@ * Author: naopross */ -#ifndef SRC_STATEMENT_H_ -#define SRC_STATEMENT_H_ +#ifndef SRC_DIAGRAM_STATEMENT_H_ +#define SRC_DIAGRAM_STATEMENT_H_ #include #include @@ -61,12 +61,9 @@ struct Statement { std::string text; pointer next; - pointer scope; // TODO: make iterator look for this + pointer scope; // TODO: make iterator aware of scope static Statement::pointer makeStatement(Type t); -// static Statement::pointer makeProcess(); -// static Statement::pointer makeLoop(Type t, std::string condition); -// static Statement::pointer makeBranching(Type t, std::string condition); virtual ~Statement(); bool operator==(const Statement& other); @@ -77,4 +74,4 @@ private: } /* namespace samb */ -#endif /* SRC_STATEMENT_H_ */ +#endif /* SRC_DIAGRAM_STATEMENT_H_ */ -- cgit v1.2.1