From a760e8a749af60cd3598ebe113b7692bc6592f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Konopacki?= Date: Wed, 8 Aug 2012 02:23:38 +0200 Subject: Cleanups --- src/CBot/old TstCBot/TstCBotDoc.cpp | 83 ------------------------------------- 1 file changed, 83 deletions(-) delete mode 100644 src/CBot/old TstCBot/TstCBotDoc.cpp (limited to 'src/CBot/old TstCBot/TstCBotDoc.cpp') diff --git a/src/CBot/old TstCBot/TstCBotDoc.cpp b/src/CBot/old TstCBot/TstCBotDoc.cpp deleted file mode 100644 index 7d7e2ef..0000000 --- a/src/CBot/old TstCBot/TstCBotDoc.cpp +++ /dev/null @@ -1,83 +0,0 @@ -// TstCBotDoc.cpp : implementation of the CTstCBotDoc class -// - -#include "stdafx.h" -#include "TstCBot.h" - -#include "TstCBotDoc.h" - -#ifdef _DEBUG -#define new DEBUG_NEW -#undef THIS_FILE -static char THIS_FILE[] = __FILE__; -#endif - -///////////////////////////////////////////////////////////////////////////// -// CTstCBotDoc - -IMPLEMENT_DYNCREATE(CTstCBotDoc, CDocument) - -BEGIN_MESSAGE_MAP(CTstCBotDoc, CDocument) - //{{AFX_MSG_MAP(CTstCBotDoc) - //}}AFX_MSG_MAP -END_MESSAGE_MAP() - -///////////////////////////////////////////////////////////////////////////// -// CTstCBotDoc construction/destruction - -CTstCBotDoc::CTstCBotDoc() -{ - // TODO: add one-time construction code here - -} - -CTstCBotDoc::~CTstCBotDoc() -{ -} - -BOOL CTstCBotDoc::OnNewDocument() -{ - if (!CDocument::OnNewDocument()) - return FALSE; - - // TODO: add reinitialization code here - // (SDI documents will reuse this document) - - return TRUE; -} - - - -///////////////////////////////////////////////////////////////////////////// -// CTstCBotDoc serialization - -void CTstCBotDoc::Serialize(CArchive& ar) -{ - if (ar.IsStoring()) - { - // TODO: add storing code here - } - else - { - // TODO: add loading code here - } -} - -///////////////////////////////////////////////////////////////////////////// -// CTstCBotDoc diagnostics - -#ifdef _DEBUG -void CTstCBotDoc::AssertValid() const -{ - CDocument::AssertValid(); -} - -void CTstCBotDoc::Dump(CDumpContext& dc) const -{ - CDocument::Dump(dc); -} -#endif //_DEBUG - -///////////////////////////////////////////////////////////////////////////// -// CTstCBotDoc commands - -- cgit v1.2.3-1-g7c22