imgtools/imglib/memmap/source/memmaputils.cpp
changeset 629 541af5ee3ed9
parent 590 360bd6b35136
equal deleted inserted replaced
628:7c4a911dc066 629:541af5ee3ed9
   215 @internalComponent
   215 @internalComponent
   216 @released
   216 @released
   217 
   217 
   218 @param aFile - Returns the name of the temporary file
   218 @param aFile - Returns the name of the temporary file
   219 */
   219 */
   220 void MemmapUtils::GetMapFileName(String& aFile)
   220 void MemmapUtils::GetMapFileName(string& aFile)
   221 {
   221 {
   222 	char *fileName = 0;
   222 	char *fileName = 0;
   223 
   223 
   224 #ifdef WIN32
   224 #ifdef WIN32
   225 	fileName = new char[MAX_PATH];
   225 	fileName = new char[MAX_PATH];