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