Cms_callback.h
上传用户:tqh2500
上传日期:2014-05-09
资源大小:163k
文件大小:1k
开发平台:

Visual C++

  1. /*
  2. * Copyright (c) 2001,Mobilesoft Technology(Nanjing) Co.,LTD.
  3. * All rights reserved.
  4. * FileName    : Cms_callback.h
  5. * Description :  
  6. * Version     : v1.0.0
  7. * Author      : palmsource
  8. * StartDate   : 2005/7/14
  9. * FinishDate  : 
  10. */
  11. #ifndef CMS_CALLBACK_H
  12. #define CMS_CALLBACK_H
  13. /*------------------------------------------------------------------------
  14.  *
  15.  *
  16.  *
  17.  *               the declaration of 2 callback of MMS lib & SMS PUSH handler
  18.  *
  19.  *
  20.  *
  21. ------------------------------------------------------------------------*/
  22. typedef int (*mmsproc)(int, void *,int);//callback used between mms library and the upper
  23. typedef int (*smsproc)(int, void *,int);//used at the function handling with sms
  24. typedef int (*brwproc)(int, void *,int);//browser库与上层交互的回调函数
  25. #endif