UserPurview.cpp 265 B

123456789101112131415161718192021
  1. #include "stdafx.h"
  2. #include "UserPurview.h"
  3. CUserPurview::CUserPurview():m_nLayer(0)
  4. {
  5. }
  6. CUserPurview::~CUserPurview()
  7. {
  8. }
  9. CUserPurview & CUserPurview::operator=(const CUserPurview & member)
  10. {
  11. return *this;
  12. }
  13. void CUserPurview::Serialize(CArchive & ar)
  14. {
  15. }