S60 5th Edition SDK
Example Applications Guide

csasync.pan

00001 /*
00002 * ==============================================================================
00003 *  Name        : csasync.pan
00004 *  Part of     : CSAsync
00005 *  Interface   :
00006 *  Description :
00007 *  Version     :
00008 *
00009 *  Copyright (c) 2004-2006 Nokia Corporation.
00010 *  This material, including documentation and any related
00011 *  computer programs, is protected by copyright controlled by
00012 *  Nokia Corporation.
00013 * ==============================================================================
00014 */
00015 
00016 #ifndef __CSASYNC_PAN__
00017 #define __CSASYNC_PAN__
00018 
00019 /** Panic Category */
00020 _LIT( KCSAsyncClient, "CSAsyncClient" );
00021 
00022 /** CSAsync application panic codes */
00023 enum TCSAsyncPanics
00024     {
00025     ECSAsyncBasicUi = 1,
00026     ECSAsyncProgram,
00027     ECSAsyncBadState
00028     };
00029 
00030 #endif // __CSASYNC_PAN__
00031 
00032 
00033 // End of File

© Nokia 2009

Back to top