windows-nt/Source/XPSP1/NT/base/fs/utils/ulib/inc/findleak.hxx

48 lines
479 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (c) 1991 Microsoft Corporation
Module Name:
findleak.hxx
Abstract:
Author:
David J. Gilman (davegi) 02-Mar-1991
Environment:
ULIB, User Mode
--*/
#if ! defined( _FINDLEAK_ )
#define _FINDLEAK_
DEFINE_CLASS_POINTER_AND_REFERENCE_TYPES( FINDLEAK );
class FINDLEAK : public PROGRAM {
public:
DECLARE_CONSTRUCTOR( FINDLEAK );
VIRTUAL
BOOLEAN
Initialize (
);
private:
NONVIRTUAL
VOID
Construct (
);
};
#endif // _FINDLEAK_