00001 // TXTCPAN.H 00002 // 00003 // © 2004 Nokia Corporation. All rights reserved. 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 // TTxtcPanic: MTM panics 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
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.