Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
775 B

  1. /*---------------------------------------------------------------------------
  2. File: TNetObjNode.cpp
  3. Comments: implementation of the TNetObjNode class.
  4. (c) Copyright 1999, Mission Critical Software, Inc., All Rights Reserved
  5. Proprietary and confidential to Mission Critical Software, Inc.
  6. REVISION LOG ENTRY
  7. Revision By: Sham Chauthani
  8. Revised on 07/02/99 12:40:00
  9. ---------------------------------------------------------------------------
  10. */
  11. #include "stdafx.h"
  12. #include "NetNode.h"
  13. //////////////////////////////////////////////////////////////////////
  14. // Construction/Destruction
  15. //////////////////////////////////////////////////////////////////////
  16. TNetObjNode::TNetObjNode()
  17. {
  18. }
  19. TNetObjNode::~TNetObjNode()
  20. {
  21. ::SysFreeString(m_strObjName);
  22. }