From: <net...@us...> - 2003-05-15 16:24:34
|
Update of /cvsroot/cpptool/rfta/src/rfta In directory sc8-pr-cvs1:/tmp/cvs-serv15096/src/rfta Modified Files: RefactoringError.cpp Log Message: -- additional exception code Index: RefactoringError.cpp =================================================================== RCS file: /cvsroot/cpptool/rfta/src/rfta/RefactoringError.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RefactoringError.cpp 28 Dec 2002 10:39:38 -0000 1.4 --- RefactoringError.cpp 15 May 2003 16:24:29 -0000 1.5 *************** *** 45,48 **** --- 45,50 ---- case variableIsAssigned: return "the temporary variable is assigned after initialization."; + case unableToParse: + return "refactoring tool was not able to parse the source."; } |