|
From: <net...@us...> - 2003-12-16 13:25:19
|
Update of /cvsroot/cpptool/rfta/include/rfta/refactoring
In directory sc8-pr-cvs1:/tmp/cvs-serv25165/rfta/include/rfta/refactoring
Modified Files:
RefactoringError.h
Log Message:
-- additional error type for Macro / Refactoring conflics
Index: RefactoringError.h
===================================================================
RCS file: /cvsroot/cpptool/rfta/include/rfta/refactoring/RefactoringError.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** RefactoringError.h 15 May 2003 16:24:28 -0000 1.3
--- RefactoringError.h 16 Dec 2003 13:25:16 -0000 1.4
***************
*** 26,30 ****
initializerValueNotSupported, //< exception thrown in InlineTemp
variableIsAssigned, //< exception thrown in InlineTemp
! unableToParse //< refactoring operation has been aborded because of a parser error
};
--- 26,31 ----
initializerValueNotSupported, //< exception thrown in InlineTemp
variableIsAssigned, //< exception thrown in InlineTemp
! unableToParse, //< refactoring operation has been aborded because of a parser error
! unableToRefactoreBecauseOfMacros //< refactoring operation touches the contens of macros
};
|