--- trunk/OOPSE-3.0/src/visitors/OtherVisitor.hpp 2004/09/24 16:27:58 1492 +++ trunk/OOPSE-3.0/src/visitors/OtherVisitor.hpp 2004/10/21 16:22:01 1625 @@ -6,8 +6,12 @@ using namespace std; #include "visitors/BaseVisitor.hpp" #include "primitives/StuntDouble.hpp" +#include "visitors/AtomData.hpp" + using namespace std; +namespace oopse { + //IgnoreVisitor will turn on the ignoring flag of the stuntdouble class IgnoreVisitor : public BaseVisitor{ public: @@ -130,4 +134,7 @@ class WaterTypeVisitor : public BaseVisitor{ set waterTypeList; }; + + +}//namespace oopse #endif //_OTHERVISITOR_H_