Update of /cvsroot/cpptool/rfta/include/rfta/refactoring
In directory sc8-pr-cvs1:/tmp/cvs-serv15096/include/rfta/refactoring
Modified Files:
RefactoringError.h
Log Message:
-- additional exception code
Index: RefactoringError.h
===================================================================
RCS file: /cvsroot/cpptool/rfta/include/rfta/refactoring/RefactoringError.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** RefactoringError.h 28 Dec 2002 10:39:38 -0000 1.2
--- RefactoringError.h 15 May 2003 16:24:28 -0000 1.3
***************
*** 25,29 ****
identifierIsNotInitialized, //< exception thrown in InlineTemp
initializerValueNotSupported, //< exception thrown in InlineTemp
! variableIsAssigned //< exception thrown in InlineTemp
};
--- 25,30 ----
identifierIsNotInitialized, //< exception thrown in InlineTemp
initializerValueNotSupported, //< exception thrown in InlineTemp
! variableIsAssigned, //< exception thrown in InlineTemp
! unableToParse //< refactoring operation has been aborded because of a parser error
};
|