diff -r 40261b775718 -r efebd1779a59 mmlibs/mmfw/inc/mmf/common/MmfPanicCodes.h --- a/mmlibs/mmfw/inc/mmf/common/MmfPanicCodes.h Tue Feb 02 01:56:55 2010 +0200 +++ b/mmlibs/mmfw/inc/mmf/common/MmfPanicCodes.h Fri Apr 16 16:34:49 2010 +0300 @@ -117,7 +117,10 @@ EMMFFilePanicBufferFilledLNotSupported, /** Panic code raised if the file is already open. */ - EMMFFileAlreadyOpen + EMMFFileAlreadyOpen, + /** Panic code raised if the file Handle is NULL. + */ + EMMFFileHandleNULL }; /**