PrtObj.cpp
上传用户:asikq0571
上传日期:2014-07-12
资源大小:528k
文件大小:1k
源码类别:

Internet/IE编程

开发平台:

Visual C++

  1. // PrtObj.cpp: implementation of the CPrtObj class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #include "stdafx.h"
  5. #include "Peugeot.h"
  6. #include "PrtObj.h"
  7. #ifdef _DEBUG
  8. #undef THIS_FILE
  9. static char THIS_FILE[]=__FILE__;
  10. #define new DEBUG_NEW
  11. #endif
  12. //////////////////////////////////////////////////////////////////////
  13. // Construction/Destruction
  14. //////////////////////////////////////////////////////////////////////
  15. CPrtObj::CPrtObj()
  16. {
  17. }
  18. CPrtObj::~CPrtObj()
  19. {
  20. }
  21. void CPrtObj::StartTimer()
  22. {
  23. }
  24. void CPrtObj::CloseTimer()
  25. {
  26. }
  27. void CPrtObj::MasterSend(UINT nIDEvent)
  28. {
  29. }
  30. void CPrtObj::InitPrt()
  31. {
  32. }
  33. void CPrtObj::MasterRec(BYTE recByte)
  34. {
  35. }
  36. void CPrtObj::SlaveRec(BYTE recByte)
  37. {
  38. }
  39. void CPrtObj::SlaveSend()
  40. {
  41. }