S60 5th Edition SDK
Example Applications Guide

syncserver.pan

00001 /*
00002 * ==============================================================================
00003 *  Name        : syncserver.pan
00004 *  Part of     : CSSync
00005 *  Interface   :
00006 *  Description :
00007 *  Version     :
00008 *
00009 *  Copyright (c) 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 __SYNCSERVER_PAN__
00018 #define __SYNCSERVER_PAN__
00019 
00020 /** Panic Category */
00021 _LIT( KCSSyncServer, "CSSyncServer" );
00022 
00023 /** SyncServer panic codes */
00024 enum TTimeServPanic
00025     {
00026     EBadRequest,
00027     EBadDescriptor,
00028     ESrvCreateServer,
00029     ECreateTrapCleanup
00030     };
00031 
00032 #endif // __SYNCSERVER_PAN__
00033 
00034 // End of File

© Nokia 2009

Back to top