windows-nt/Source/XPSP1/NT/inetsrv/iis/utils/cfgmnt/mt.cpp

21 lines
361 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
// MT.cpp: implementation of the CMT class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MT.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CMT::CMT()
{
}
CMT::~CMT()
{
}