| # | Line 2 | Line 2 | |
|---|---|---|
| 2 | #include "visitors/CompositeVisitor.hpp" | |
| 3 | #include "primitives/RigidBody.hpp" | |
| 4 | #include "primitives/DirectionalAtom.hpp" | |
| 5 | + | |
| 6 | + | namespace oopse { |
| 7 | + | |
| 8 | CompositeVisitor::~CompositeVisitor(){ | |
| 9 | VisitorIterator i; | |
| 10 | BaseVisitor* curVisitor; | |
| # | Line 114 | Line 117 | void CompositeVisitor::update(){ | |
| 117 | for(curVisitor = beginVisitor(i); curVisitor; curVisitor = nextVisitor(i)) | |
| 118 | curVisitor->update(); | |
| 119 | } | |
| 120 | + | |
| 121 | + | }//namespace oopse |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |