Windows2003-3790/inetsrv/iis/utils/cfgmnt/mt.cpp
2020-09-30 16:53:55 +02:00

21 lines
381 B
C++

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