#include "stdafx.h" #include "Model.h" CModel::CModel() { } CModel::~CModel() { } int CModel::init() { return 0; } int CModel::term() { return 0; }