MIMECode.cpp
上传用户:xmpantheon
上传日期:2016-10-20
资源大小:7502k
文件大小:1k
源码类别:

Email服务器

开发平台:

Visual C++

  1. // MIMECode.cpp: implementation of the CMIMECode class.
  2. // Author: Wes Clyburn (clyburnw@enmu.edu)
  3. //////////////////////////////////////////////////////////////////////
  4. #include "stdafx.h"
  5. #include "MIMECode.h"
  6. #ifdef _DEBUG
  7. #undef THIS_FILE
  8. static char THIS_FILE[]=__FILE__;
  9. #define new DEBUG_NEW
  10. #endif
  11. //////////////////////////////////////////////////////////////////////
  12. // Construction/Destruction
  13. //////////////////////////////////////////////////////////////////////
  14. CMIMECode::CMIMECode()
  15. {
  16. }
  17. CMIMECode::~CMIMECode()
  18. {
  19. }