windows-nt/Source/XPSP1/NT/net/ias/mmc/nap/iasattributeinfo.cpp
2020-09-26 16:20:57 +08:00

42 lines
834 B
C++

//////////////////////////////////////////////////////////////////////////////
/*++
Copyright (C) Microsoft Corporation, 1998 - 1999
Module Name:
IASAttributeInfo.cpp
Abstract:
Implementation file for the CAttributeInfo class.
Revision History:
mmaguire 06/25/98 - created
--*/
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
// BEGIN INCLUDES
//
// standard includes:
//
#include "Precompiled.h"
//
// where we can find declaration for main class in this file:
//
#include "IASAttributeInfo.h"
//
// where we can find declarations needed in this file:
//
//
// END INCLUDES
//////////////////////////////////////////////////////////////////////////////
// Nothing to it here -- just a compilation unit.