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

Symbian

开发平台:

C/C++

  1. /*
  2.         BIOexample.HRH - header resource file for BIOexample application
  3.         C++ implementation
  4. */
  5. #ifndef __BIOEXAMPLE_HRH__
  6. #define __BIOEXAMPLE_HRH__
  7. enum 
  8.     {
  9.     EBIOexampleCmdSend=100,
  10.     EClose
  11.     };
  12. #endif // __BIOEXAMPLE_HRH__
  13. // End of File