00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 #if !defined(__TXTIPAN_H__)
00017 #define __TXTIPAN_H__
00018
00019
00020
00021
00022
00023 enum TTxtiMtmUdPanic
00024 {
00025 ETxtiMtmUdWrongMtm,
00026 ETxtiMtmUdFoldersNotSupported,
00027 ETxtiMtmUdAttachmentsNotSupported,
00028 ETxtiMtmUdNoIconForAttachment,
00029 ETxtiMtmUdRootEntryGiven,
00030 ETxtiMtmUdUnknownOperationId
00031 };
00032
00033 extern void Panic(TTxtiMtmUdPanic aPanic);
00034
00035 #endif