Leaked source code of windows server 2003
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.

23 lines
721 B

  1. /***************************************************************************\
  2. *
  3. * File: TreeNode.cpp
  4. *
  5. * History:
  6. * 1/05/2000: JStall: Created
  7. *
  8. * Copyright (C) 2000 by Microsoft Corporation. All rights reserved.
  9. *
  10. \***************************************************************************/
  11. #include "stdafx.h"
  12. #include "Base.h"
  13. #include "TreeNode.h"
  14. /***************************************************************************\
  15. *****************************************************************************
  16. *
  17. * class TreeNode
  18. *
  19. *****************************************************************************
  20. \***************************************************************************/