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