From: <bl...@us...> - 2003-04-29 07:02:43
|
Update of /cvsroot/cpptool/rfta/include/rfta/refactoring In directory sc8-pr-cvs1:/tmp/cvs-serv24415/include/rfta/refactoring Modified Files: CodeModelStatements.h Log Message: * added enumerator to compound statement Index: CodeModelStatements.h =================================================================== RCS file: /cvsroot/cpptool/rfta/include/rfta/refactoring/CodeModelStatements.h,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** CodeModelStatements.h 10 Apr 2003 08:37:47 -0000 1.20 --- CodeModelStatements.h 29 Apr 2003 07:02:38 -0000 1.21 *************** *** 9,12 **** --- 9,13 ---- #include <rfta/refactoring/CodeModelForward.h> #include <rfta/refactoring/CodeModelElement.h> + #include <xtl/Enumerator.h> #include <string> #include <vector> *************** *** 43,46 **** --- 44,49 ---- StatementPtr getStatementAt( int index ) const; + + Xtl::Enumerator<StatementPtr> getStatements() const; int getChangeCount() const; |