windows-nt/Source/XPSP1/NT/inetsrv/iis/utils/cfgmnt/mt.cpp
2020-09-26 16:20:57 +08:00

21 lines
361 B
C++

// MT.cpp: implementation of the CMT class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MT.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CMT::CMT()
{
}
CMT::~CMT()
{
}