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.

29 lines
396 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. vststparser.hxx
  5. Abstract:
  6. Implementation of CVsTstParser class
  7. Brian Berkowitz [brianb] 06/07/2000
  8. TBD:
  9. Revision History:
  10. Name Date Comments
  11. brianb 06/07/2000 Created
  12. --*/
  13. class CVsTstParser
  14. {
  15. public:
  16. static LPCWSTR SplitOptions(CBsString &bss);
  17. };