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

Comparing trunk/OOPSE-4/src/visitors/BaseVisitor.hpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# Line 46 | Line 46 | class Atom;
46  
47   namespace oopse {
48      
49 < class Atom;
50 < class DirectionalAtom;
51 < class RigidBody;
52 < class SimInfo;
49 >  class Atom;
50 >  class DirectionalAtom;
51 >  class RigidBody;
52 >  class SimInfo;
53  
54 < class BaseVisitor{
54 >  class BaseVisitor{
55    public:
56      virtual ~BaseVisitor() {}
57      virtual void visit(Atom* atom) {}
# Line 82 | Line 82 | class BaseVisitor{
82      BaseVisitor() {}
83  
84      std::string visitorName;
85 < };
85 >  };
86  
87   }//end namespace oopse
88   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines