00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 #if !defined(__TXTCPAN_H__)
00017 #define __TXTCPAN_H__
00018
00019 #if !defined(__E32BASE_H__)
00020 #include <e32base.h>
00021 #endif
00022
00023
00024
00025
00026 enum TTxtcPanic
00027 {
00028 ETxtcNoBodyText,
00029 ETxtcBadMtmTypeUid,
00030 ETxtcNoCMsvEntrySet,
00031 ETxtcEntryTypeNotSupported,
00032 ETxtcCommandNotSupported,
00033 ETxtcInvalidServiceId,
00034 };
00035
00036 GLREF_C void gPanic(TTxtcPanic aPanic);
00037
00038 #endif