MMSExample.hrh
上传用户:sempras
上传日期:2007-03-04
资源大小:821k
文件大小:0k
源码类别:

Symbian

开发平台:

C/C++

  1. /*
  2.         MMSExample.HRH - resource header file for MMSExample application
  3.         
  4. */
  5. #ifndef __MMSEXAMPLE_HRH__
  6. #define __MMSEXAMPLE_HRH__
  7. enum 
  8.     {
  9.     EMMSExampleCmdSend=100,
  10.     EClose
  11.     };
  12. enum 
  13.     {
  14.     EMMSExampleTelNumEditor
  15.     };
  16. #endif  //__MMSEXAMPLE_HRH__