ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/visitors/OtherVisitor.hpp
(Generate patch)

Comparing trunk/OOPSE-3.0/src/visitors/OtherVisitor.hpp (file contents):
Revision 1492 by tim, Fri Sep 24 16:27:58 2004 UTC vs.
Revision 1625 by tim, Thu Oct 21 16:22:01 2004 UTC

# Line 6 | Line 6 | using namespace std;
6  
7   #include "visitors/BaseVisitor.hpp"
8   #include "primitives/StuntDouble.hpp"
9 + #include "visitors/AtomData.hpp"
10 +
11   using namespace std;
12  
13 + namespace oopse {
14 +
15   //IgnoreVisitor will turn on the ignoring flag of the stuntdouble
16   class IgnoreVisitor : public BaseVisitor{
17    public:
# Line 130 | Line 134 | class WaterTypeVisitor : public BaseVisitor{
134        
135      set<string> waterTypeList;
136   };
137 +
138 +
139 + }//namespace oopse
140   #endif //_OTHERVISITOR_H_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines