imgtools/imglib/patchdataprocessor/source/patchdataprocessor.cpp
changeset 590 360bd6b35136
parent 0 044383f39525
equal deleted inserted replaced
588:c7c26511138f 590:360bd6b35136
    53 @param aNewName new name of the file.
    53 @param aNewName new name of the file.
    54 
    54 
    55 @internalComponent
    55 @internalComponent
    56 @released
    56 @released
    57 */
    57 */
    58 void CPatchDataProcessor::AddToRenamedFileMap(String aCurrentName, String aNewName)
    58 void CPatchDataProcessor::AddToRenamedFileMap(string aCurrentName, string aNewName)
    59 {
    59 {
    60 	iRenamedFileMap[aCurrentName]=aNewName;
    60 	iRenamedFileMap[aCurrentName]=aNewName;
    61 }
    61 }
    62 
    62 
    63 /**
    63 /**