00001 // txtipan.h 00002 // 00003 // © 2004 Nokia Corporation. All rights reserved. 00004 // 00005 00006 #if !defined(__TXTIPAN_H__) 00007 #define __TXTIPAN_H__ 00008 00009 // 00010 // TTxtiMtmUdPanic: MTM panics 00011 // 00012 00013 enum TTxtiMtmUdPanic 00014 { 00015 ETxtiMtmUdWrongMtm, 00016 ETxtiMtmUdFoldersNotSupported, 00017 ETxtiMtmUdAttachmentsNotSupported, 00018 ETxtiMtmUdNoIconForAttachment, 00019 ETxtiMtmUdRootEntryGiven, 00020 ETxtiMtmUdUnknownOperationId 00021 }; 00022 00023 GLREF_C void Panic(TTxtiMtmUdPanic aPanic); 00024 00025 #endif