From: <bl...@us...> - 2003-05-28 20:46:43
|
Update of /cvsroot/cpptool/rfta/include/rfta/refactoring In directory sc8-pr-cvs1:/tmp/cvs-serv9613/include/rfta/refactoring Modified Files: CodeModelParser.h Log Message: * renamed getFunctionBodyAt() to getFunctionAt() Index: CodeModelParser.h =================================================================== RCS file: /cvsroot/cpptool/rfta/include/rfta/refactoring/CodeModelParser.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CodeModelParser.h 28 May 2003 07:36:21 -0000 1.1 --- CodeModelParser.h 28 May 2003 20:46:39 -0000 1.2 *************** *** 21,25 **** * \exception ParserError is throw if a failure occurs during parsing. */ ! FunctionDeclarationPtr getFunctionBodyAt( int position ); private: --- 21,25 ---- * \exception ParserError is throw if a failure occurs during parsing. */ ! FunctionDeclarationPtr getFunctionAt( int position ); private: |