History.cpp
上传用户:wpp2016
上传日期:2010-02-01
资源大小:1250k
文件大小:1k
源码类别:

Telnet服务器

开发平台:

Visual C++

  1. // History.cpp : implementation file
  2. //
  3. #include "stdafx.h"
  4. #include "anywhere.h"
  5. #include "History.h"
  6. //#include "option.h"
  7. #ifdef _DEBUG
  8. #define new DEBUG_NEW
  9. #undef THIS_FILE
  10. static char THIS_FILE[] = __FILE__;
  11. #endif
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CHistory
  14. IMPLEMENT_DYNCREATE(CHistory, CListView)
  15. CHistory::CHistory()
  16. {
  17. }
  18. CHistory::~CHistory()
  19. {
  20. }
  21. BEGIN_MESSAGE_MAP(CHistory, CListView)
  22. //{{AFX_MSG_MAP(CHistory)
  23. //}}AFX_MSG_MAP
  24. END_MESSAGE_MAP()
  25. /////////////////////////////////////////////////////////////////////////////
  26. // CHistory drawing
  27. void CHistory::OnDraw(CDC* pDC)
  28. {
  29. CDocument* pDoc = GetDocument();
  30. // TODO: add draw code here
  31. }
  32. /////////////////////////////////////////////////////////////////////////////
  33. // CHistory diagnostics
  34. #ifdef _DEBUG
  35. void CHistory::AssertValid() const
  36. {
  37. CListView::AssertValid();
  38. }
  39. void CHistory::Dump(CDumpContext& dc) const
  40. {
  41. CListView::Dump(dc);
  42. }
  43. #endif //_DEBUG
  44. /////////////////////////////////////////////////////////////////////////////
  45. // CHistory message handlers