00001 /* 00002 * Copyright (c) 2009 Nokia Corporation. 00003 */ 00004 00005 #ifndef __CLIENT_HRH__ 00006 #define __CLIENT_HRH__ 00007 00008 // Client enumerate command codes 00009 enum TClientIds 00010 { 00011 EClientGet = 1, // start value must not be 0 00012 EClientPost, 00013 EClientCancel, 00014 EClientSwitchFocus, 00015 EClientHelp, 00016 EClientAbout 00017 }; 00018 00019 00020 #endif // __CLIENT_HRH__