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
29 lines
396 B
/*++
|
|
|
|
Copyright (c) 2000 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
vststparser.hxx
|
|
|
|
Abstract:
|
|
|
|
Implementation of CVsTstParser class
|
|
|
|
|
|
Brian Berkowitz [brianb] 06/07/2000
|
|
|
|
TBD:
|
|
|
|
|
|
Revision History:
|
|
|
|
Name Date Comments
|
|
brianb 06/07/2000 Created
|
|
|
|
--*/
|
|
class CVsTstParser
|
|
{
|
|
public:
|
|
static LPCWSTR SplitOptions(CBsString &bss);
|
|
};
|