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.
30 lines
704 B
30 lines
704 B
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (c) 1996-1997 Microsoft Corporation
|
|
//
|
|
// Module Name:
|
|
// BarfClus.h
|
|
//
|
|
// Abstract:
|
|
// Definition of the Basic Artifical Resource Failure entry points
|
|
// for CLUSAPI functions.
|
|
//
|
|
// Implementation File:
|
|
// BarfClus.cpp
|
|
//
|
|
// Author:
|
|
// David Potter (davidp) May 30, 1997
|
|
//
|
|
// Revision History:
|
|
//
|
|
// Notes:
|
|
// Dummy file for not implementing BARF.
|
|
//
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef _BARFCLUS_H_
|
|
#define _BARFCLUS_H_
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
#endif // _BARF_H_
|