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

Comparing trunk/OOPSE-2.0/src/visitors/AtomVisitor.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 1 | Line 1
1   #ifndef _BASEATOMVISITOR_H_
2   #define _BASEATOMVISITOR_H_
3  
4 < #include "visitors/BaseVisitor.hpp"
4 >
5   #include <vector>
6 + #include "visitors/BaseVisitor.hpp"
7 + #include "visitors/AtomData.hpp"
8 +
9   using namespace std;
10  
11 + namespace oopse {
12 +    
13   class BaseAtomVisitor : public BaseVisitor{
14    public:
15      virtual void visit(Atom* atom) {}
# Line 50 | Line 55 | class DefaultAtomVisitor : public BaseAtomVisitor{
55      virtual const string toString();
56      
57   };
58 +
59 + }//namespace oopse
60   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines