UserTree.cpp
上传用户:seeker_wen
上传日期:2016-05-23
资源大小:2084k
文件大小:1k
源码类别:

ICQ/即时通讯

开发平台:

Visual C++

  1. // UserTree.cpp : implementation file
  2. //
  3. #include "stdafx.h"
  4. #include "MSN.h"
  5. #include "UserTree.h"
  6. #ifdef _DEBUG
  7. #define new DEBUG_NEW
  8. #undef THIS_FILE
  9. static char THIS_FILE[] = __FILE__;
  10. #endif
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CUserTree
  13. CUserTree::CUserTree()
  14. {
  15. }
  16. CUserTree::~CUserTree()
  17. {
  18. }
  19. BEGIN_MESSAGE_MAP(CUserTree, CTreeCtrl)
  20. //{{AFX_MSG_MAP(CUserTree)
  21. // NOTE - the ClassWizard will add and remove mapping macros here.
  22. //}}AFX_MSG_MAP
  23. END_MESSAGE_MAP()
  24. /////////////////////////////////////////////////////////////////////////////
  25. // CUserTree message handlers