imgtools/imglib/filesystem/source/filesysteminterface.cpp
changeset 590 360bd6b35136
parent 0 044383f39525
equal deleted inserted replaced
588:c7c26511138f 590:360bd6b35136
    57 	
    57 	
    58 	CFileSystem* iFileSystem = NULL;
    58 	CFileSystem* iFileSystem = NULL;
    59 	try
    59 	try
    60 	{
    60 	{
    61 		MessageHandler::StartLogging (aLogFileName);
    61 		MessageHandler::StartLogging (aLogFileName);
    62 		iOutputStream.open(aImageFileName,ios::out|ios::binary);
    62 		iOutputStream.open(aImageFileName,ios_base::out|ios_base::binary);
    63 		if(iOutputStream.fail() == true )
    63 		if(iOutputStream.fail() == true )
    64 		{
    64 		{
    65 			throw ErrorHandler(FILEOPENERROR,aImageFileName,__FILE__, __LINE__);
    65 			throw ErrorHandler(FILEOPENERROR,aImageFileName,__FILE__, __LINE__);
    66 		}
    66 		}
    67 		switch(aFileSystem)
    67 		switch(aFileSystem)