BookEntity.cpp
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:1k
源码类别:
ActiveX/DCOM/ATL
开发平台:
Visual C++
- // BookEntity.cpp: implementation of the BookEntity class.
- //
- //////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "BookAdmin.h"
- #include "BookEntity.h"
- #ifdef _DEBUG
- #undef THIS_FILE
- static char THIS_FILE[]=__FILE__;
- #define new DEBUG_NEW
- #endif
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- BookEntity::BookEntity()
- {
- }
- BookEntity::~BookEntity()
- {
- }