www.gusucode.com > FreeEIM_VC++企业即时通讯软件源代码源码程序 > FreeEIM_VC++企业即时通讯软件源代码源码程序\code\freeeim_message_logic.cpp

    #include "StdAfx.h"
#include "EIM02Dlg.h"
#include "freeeim_message_logic.h"
// Download by http://www.NewXing.com

FreeEIM_Message_Logic::FreeEIM_Message_Logic()
{
	m_pMainTop = (CEIM02Dlg*)AfxGetMainWnd();
	m_nType = FREEEIM_NONE;
	m_szData = NULL;
}

FreeEIM_Message_Logic::~FreeEIM_Message_Logic()
{
}

void FreeEIM_Message_Logic::PostTo(const char *szUser)
{
	m_pMainTop->m_MSGrecv.SendMsg((char*)szUser, NULL);
}