equal
deleted
inserted
replaced
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) |