examples/Messaging/TextMTM/txts/TXTSPAN.H

00001 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
00002 // All rights reserved.
00003 // This component and the accompanying materials are made available
00004 // under the terms of "Eclipse Public License v1.0"
00005 // which accompanies this distribution, and is available
00006 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
00007 //
00008 // Initial Contributors:
00009 // Nokia Corporation - initial contribution.
00010 //
00011 // Contributors:
00012 //
00013 // Description:
00014 //
00015 
00016 #if !defined(__TXTSPAN_H__)
00017 #define __TXTSPAN_H__
00018 
00019 #if !defined(__E32BASE_H__)
00020 #include <e32base.h>
00021 #endif
00022 
00023 //
00024 //      TTxtsPanic: MTM panics
00025 //
00026 enum TTxtsPanic
00027         {
00028         ETxtsNoBodyText,
00029         ETxtsInvalidFileName,
00030         ETxtsInvalidService,
00031         ETxtsStrayRequest,
00032         ETxtsInvalidNullOperation,
00033         ETxtsInvalidDestination,
00034         ETxtsAlreadyBusy,
00035         ETxtsInvalidChangeDetails,
00036         ETxtsInvalidEntryIndex,
00037         };
00038 
00039 GLREF_C void gPanic(TTxtsPanic aPanic);
00040 
00041 #endif

Generated on Thu Jan 21 10:32:59 2010 for TB10.1 Example Applications by  doxygen 1.5.3