S60ClientServerLab.hrh
上传用户:laixiong
上传日期:2007-03-11
资源大小:2994k
文件大小:0k
源码类别:

Symbian

开发平台:

C/C++

  1. // Copyright (c) 2006 Nokia Corporation.
  2. #ifndef __S60CLIENTSERVERLAB_HRH__
  3. #define __S60CLIENTSERVERLAB_HRH__
  4. // S60ClientServerLab enumerate command codes
  5. enum TS60ClientServerLabIds
  6.     {
  7.     ES60ClientServLabCmdWriteFile = 0x6001 // start value must not be 0
  8.     };
  9. #endif // __S60CLIENTSERVERLAB_HRH__