SipBase.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

  1. //+-------------------------------------------------------------------------
  2. //
  3. //  Microsoft Windows
  4. //
  5. //  Copyright (C) Microsoft Corporation, 1996-1999
  6. //
  7. //  File:       sipbase.h
  8. //
  9. //  Contents:   Generic SIP Provider Main Include File
  10. //
  11. //  History:    14-Feb-1997 pberkman   created
  12. //
  13. //--------------------------------------------------------------------------
  14. #ifndef SIPBASE_H
  15. #define SIPBASE_H
  16. #if _MSC_VER > 1000
  17. #pragma once
  18. #endif
  19. // all moved to mssip.h
  20. #include <mssip.h>
  21. #endif // SIPBASE_H