examples/SFExamples/RecipeEx/inc/RecipeEx.hrh

00001 // Symbian Foundation Example Code
00002 // 
00003 // This software is in the public domain. No copyright is claimed, and you 
00004 // may use it for any purpose without license from the Symbian Foundation.
00005 // No warranty for any purpose is expressed or implied by the authors or
00006 // the Symbian Foundation. 
00007 
00008 #ifndef __RECIPEEX_HRH__
00009 #define __RECIPEEX_HRH__
00010 
00011 #define _UID3 0xE8FAA390
00012 
00013 // RecipeEx enumerate command codes
00014 enum TRecipeExIds
00015         {
00016         ELogContainer = 0x6001, // start value must not be 0
00017         ECommandBack,
00018         EDeviceCapabilities,
00019         EStartDeviceCapsRetrieval,
00020         ESensorListener,
00021         EMobility,
00022         EConnect,
00023         EDisconnect
00024         };
00025 
00026 
00027 #endif // __RECIPEEX_HRH__

Generated by  doxygen 1.6.2