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 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 4 | Line 4 | using namespace std;
4   #include <list>
5   #include "visitors/BaseVisitor.hpp"
6   #include "primitives/StuntDouble.hpp"
7 using namespace std;
7  
8 + using namespace std;
9 + namespace oopse {
10 +    
11   typedef list<pair<BaseVisitor*, int> >::iterator VisitorIterator;
12  
13   class CompositeVisitor: public BaseVisitor{
# Line 27 | Line 29 | class CompositeVisitor: public BaseVisitor{
29      list<pair<BaseVisitor*, int> > visitorList;
30   };
31  
32 + }
33   #endif //_COMPOSITEVISITOR_H_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines