S60 5th Edition SDK Example Applications Guide |
00001 /* 00002 * ============================================================================== 00003 * Name : cssync.hrh 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 __CSSYNC_HRH__ 00018 #define __CSSYNC_HRH__ 00019 00020 00021 // DATA TYPES 00022 /** CSSync enumerate command codes */ 00023 enum TCSSyncIds 00024 { 00025 EDisplayTime=1 00026 }; 00027 00028 00029 #endif // __CSSYNC_HRH__ 00030 00031 00032 // End of File
© Nokia 2009 |