#include "StdAfx.h" #include "UISource.h" CUISource::CUISource(void) { m_hdSource = NULL; } CUISource::~CUISource(void) { m_hdSource = NULL; } bool CUISource::Initial(string strPath) { return true; }