diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/csasync_8hrh_source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/csasync_8hrh_source.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,46 @@ + + +
+ +00001 /* +00002 * ============================================================================== +00003 * Name : csasync.hrh +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 __CSASYNC_HRH__ +00018 #define __CSASYNC_HRH__ +00019 +00020 // DATA TYPES +00022 enum TCSAsyncIds +00023 { +00024 EStartClock=1, +00025 EStopClock +00026 }; +00027 +00028 +00029 #endif // __CSASYNC_HRH__ +00030 +00031 // End of File +