Update of /cvsroot/cpptool/rfta/include/rfta/refactoring
In directory sc8-pr-cvs1:/tmp/cvs-serv21068/include/rfta/refactoring
Modified Files:
RefactoringError.h
Log Message:
-- added new exception cause-elements for inline-temp-refactoring
Index: RefactoringError.h
===================================================================
RCS file: /cvsroot/cpptool/rfta/include/rfta/refactoring/RefactoringError.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** RefactoringError.h 18 Dec 2002 22:05:40 -0000 1.1
--- RefactoringError.h 28 Dec 2002 10:39:38 -0000 1.2
***************
*** 23,26 ****
--- 23,29 ----
selectionIsNotAnIdentifier,
identifierIsNotLocalVariable,
+ identifierIsNotInitialized, //< exception thrown in InlineTemp
+ initializerValueNotSupported, //< exception thrown in InlineTemp
+ variableIsAssigned //< exception thrown in InlineTemp
};
|