S60 5th Edition SDK
Example Applications Guide

asyncserver.pan

00001 /*
00002 * ==============================================================================
00003 *  Name        : asyncserver.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 
00017 #ifndef __ASYNCSERVER_PAN__
00018 #define __ASYNCSERVER_PAN__
00019 
00020 /** Panic Category */
00021 _LIT( KCSAsyncServer, "CSAsyncServer" );
00022 
00023 /** AsyncServer panic codes */
00024 enum TTimeServPanic
00025     {
00026     EBadRequest = 1,
00027     EBadDescriptor = 2,
00028     ESrvCreateServer = 3,
00029     EMainSchedulerError = 4,
00030     ECreateTrapCleanup = 5,
00031     ESrvSessCreateTimer = 6,
00032     EReqAlreadyPending = 7              // A request is already pending
00033     };
00034 
00035 #endif // __ASYNCSERVER_PAN__
00036 
00037 // End of File

© Nokia 2009

Back to top