www.pudn.com > antispam-addin.rar > authenticitem.cxx
#include "unihead.hxx"
#include "authenticitem.hxx"
AuthenticItem::AuthenticItem()
{
}
AuthenticItem::~AuthenticItem()
{
}
void AuthenticItem::setAddress(char *pszAddress)
{
m_pszAddress = strdup(pszAddress);
}
char* AuthenticItem::getAddress()
{
return m_pszAddress;
}