windows-nt/Source/XPSP1/NT/admin/wmi/wbem/providers/dsprovider/clsproi.h
2020-09-26 16:20:57 +08:00

35 lines
892 B
C++

//
// Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
//
// ***************************************************************************
//
// Original Author: Rajesh Rao
//
// $Author: rajeshr $
// $Date: 6/11/98 4:43p $
// $Workfile:clsproi.cpp $
//
// $Modtime: 6/11/98 11:21a $
// $Revision: 1 $
// $Nokeywords: $
//
//
// Description: Contains the declaration for the CDSClassProviderInitializer class. This class
// is used to initialize the static members of the CDSCLassProvider class
//
//***************************************************************************
/////////////////////////////////////////////////////////////////////////
#ifndef DS_CLASS_PROVIDER_INIT_H
#define DS_CLASS_PROVIDER_INIT_H
class CDSClassProviderInitializer
{
public:
CDSClassProviderInitializer();
~CDSClassProviderInitializer();
};
#endif /* DS_CLASS_PROVIDER_INIT_H */