26 lines
264 B
C++
26 lines
264 B
C++
/*++
|
|
|
|
Copyright (c) 1999, Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
qosmtest.cxx
|
|
|
|
Abstract:
|
|
|
|
The file contains code to test the
|
|
QOS Mgr protocol.
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#include "qosmtest.h"
|
|
|
|
int
|
|
_cdecl
|
|
main()
|
|
{
|
|
return 0;
|
|
}
|