windows-nt/Source/XPSP1/NT/admin/wmi/wbem/providers/dsprovider/instproi.h

35 lines
919 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//
// Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
//
// ***************************************************************************
//
// Original Author: Rajesh Rao
//
// $Author: rajeshr $
// $Date: 6/11/98 4:43p $
// $Workfile:instproi.cpp $
//
// $Modtime: 6/11/98 11:21a $
// $Revision: 1 $
// $Nokeywords: $
//
//
// Description: Contains the declaration for the CDSInstanceProviderInitializer class. This class
// is used to initialize the static members of the CLDAPInstanceProvider class
//
//***************************************************************************
/////////////////////////////////////////////////////////////////////////
#ifndef DS_INSTANCE_PROVIDER_INIT_H
#define DS_INSTANCE_PROVIDER_INIT_H
class CDSInstanceProviderInitializer
{
public:
CDSInstanceProviderInitializer();
~CDSInstanceProviderInitializer();
};
#endif /* DS_INSTANCE_PROVIDER_INIT_H */