30 lines
396 B
C++
30 lines
396 B
C++
/*++
|
|
|
|
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);
|
|
};
|