--- trunk/OOPSE-2.0/src/visitors/CompositeVisitor.hpp 2004/09/24 16:27:58 1492 +++ trunk/OOPSE-2.0/src/visitors/CompositeVisitor.hpp 2004/10/21 16:22:01 1625 @@ -4,8 +4,10 @@ using namespace std; #include #include "visitors/BaseVisitor.hpp" #include "primitives/StuntDouble.hpp" -using namespace std; +using namespace std; +namespace oopse { + typedef list >::iterator VisitorIterator; class CompositeVisitor: public BaseVisitor{ @@ -27,4 +29,5 @@ class CompositeVisitor: public BaseVisitor{ list > visitorList; }; +} #endif //_COMPOSITEVISITOR_H_