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.

25 lines
264 B

  1. /*++
  2. Copyright (c) 1999, Microsoft Corporation
  3. Module Name:
  4. qosmtest.cxx
  5. Abstract:
  6. The file contains code to test the
  7. QOS Mgr protocol.
  8. Revision History:
  9. --*/
  10. #include "qosmtest.h"
  11. int
  12. _cdecl
  13. main()
  14. {
  15. return 0;
  16. }