00001 // TXTSPAN.H 00002 // 00003 // Copyright (c) 1999 Symbian Ltd. All rights reserved. 00004 // 00005 00006 #if !defined(__TXTSPAN_H__) 00007 #define __TXTSPAN_H__ 00008 00009 #if !defined(__E32BASE_H__) 00010 #include <e32base.h> 00011 #endif 00012 00013 // 00014 // TTxtsPanic: MTM panics 00015 // 00016 enum TTxtsPanic 00017 { 00018 ETxtsNoBodyText, 00019 ETxtsInvalidFileName, 00020 ETxtsInvalidService, 00021 ETxtsStrayRequest, 00022 ETxtsInvalidNullOperation, 00023 ETxtsInvalidDestination, 00024 ETxtsAlreadyBusy, 00025 ETxtsInvalidChangeDetails, 00026 ETxtsInvalidEntryIndex, 00027 }; 00028 00029 GLREF_C void gPanic(TTxtsPanic 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.