/
bear
/
aot
Обзор
Документация
Войти
/
bear
/
aot
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Source/windows/RossDev/PocketDoc.cpp
55 строк
1 KB
sokirko74
distribute over folders
01 дек 2021, 21:21
01 дек 2021, 21:21
9bdfb1a
Код
Авторство
О чём код?
// ArticleDoc.cpp : implementation of the CPocketDoc class // #include "StdAfx.h" #include "PocketDoc.h" #include "morph_dict/common/utilit.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CPocketDoc IMPLEMENT_DYNCREATE(CPocketDoc, CDocument) BEGIN_MESSAGE_MAP(CPocketDoc, CDocument) //{{AFX_MSG_MAP(CPocketDoc) // NOTE - the ClassWizard will add and remove mapping macros here. // DO NOT EDIT what you see in these blocks of generated code! //}}AFX_MSG_MAP END_MESSAGE_MAP() ///////////////////////////////////////////////////////////////////////////// // CPocketDoc construction/destruction CPocketDoc::CPocketDoc() { } CPocketDoc::~CPocketDoc() { } ///////////////////////////////////////////////////////////////////////////// // CPocketDoc diagnostics #ifdef _DEBUG void CPocketDoc::AssertValid() const { CDocument::AssertValid(); } void CPocketDoc::Dump(CDumpContext& dc) const { CDocument::Dump(dc); } #endif //_DEBUG ///////////////////////////////////////////////////////////////////////////// // CPocketDoc commands