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.

51 lines
1.0 KiB

  1. /*++
  2. Copyright (c) 1999 Microsoft Corporation
  3. Abstract:
  4. @doc
  5. @module Enum.cxx | Implementation of class VSS_OBJECT_PROP_Manager
  6. @end
  7. Author:
  8. Adi Oltean [aoltean] 09/01/1999
  9. Revision History:
  10. Name Date Comments
  11. aoltean 09/01/1999 Created
  12. aoltean 09/09/1999 dss -> vss
  13. aoltean 09/20/1999 VSS_OBJECT_PROP_Copy renamed as VSS_OBJECT_PROP_Manager
  14. aoltean 09/21/1999 Adding headers for the _Ptr class
  15. --*/
  16. /////////////////////////////////////////////////////////////////////////////
  17. // Includes
  18. #include "stdafx.hxx"
  19. #include "resource.h"
  20. #include "bsdebug.hxx"
  21. #include "bsexcept.hxx"
  22. #include "snap_gen.hxx"
  23. #include "snap_err.hxx"
  24. // Generated file from Coord.IDL
  25. #include "vss.h"
  26. #include "vscoordint.h"
  27. #include "vsevent.h"
  28. #include "vsprov.h"
  29. #include "swprv.hxx"
  30. #include "copy.hxx"
  31. #include "pointer.hxx"
  32. #include "enum.hxx"
  33. // Static methods that define the Copy class
  34. #include "copy.inl"
  35. #include "pointer.inl"