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

Comparing trunk/OOPSE-2.0/src/visitors/CompositeVisitor.hpp (file contents):
Revision 1490 by gezelter, Fri Sep 24 04:16:43 2004 UTC vs.
Revision 1492 by tim, Fri Sep 24 16:27:58 2004 UTC

# Line 2 | Line 2
2   #define _COMPOSITEVISITOR_H_
3  
4   #include <list>
5 < #include "BaseVisitor.hpp"
6 < #include "StuntDouble.hpp"
5 > #include "visitors/BaseVisitor.hpp"
6 > #include "primitives/StuntDouble.hpp"
7   using namespace std;
8  
9   typedef list<pair<BaseVisitor*, int> >::iterator VisitorIterator;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines