SoccerDoc.h
Go to the documentation of this file.
00001 // SoccerDoc.h : interface of the CSoccerDoc class, derived from CHoopsDoc
00002 // Adds application specific New/Open document member functions 
00003 
00004 #if !defined(AFX_CSoccerDoc_H__FCA603FC_1694_11D2_B736_00805F85736F__INCLUDED_)
00005 #define AFX_CSoccerDoc_H__FCA603FC_1694_11D2_B736_00805F85736F__INCLUDED_
00006 
00007 #if _MSC_VER >= 1000
00008 #pragma once
00009 #endif // _MSC_VER >= 1000
00010 
00011 // SoccerDoc.h : header file
00012 //
00013 
00014 #include "CHoopsDoc.h"
00015 
00017 // CSoccerDoc document
00018 
00019 class CSoccerDoc : public CHoopsDoc
00020 {
00021 protected:
00022     CSoccerDoc();           // protected constructor used by dynamic creation
00023     DECLARE_DYNCREATE(CSoccerDoc)
00024 
00025 // Attributes
00026 public:
00027 
00028 
00029 // Operations
00030 public:
00031 
00032 // Overrides
00033     // ClassWizard generated virtual function overrides
00034     //{{AFX_VIRTUAL(CSoccerDoc)
00035     public:
00036     virtual void Serialize(CArchive& ar);   // overridden for document i/o
00037     virtual BOOL OnOpenDocument(LPCTSTR lpszPathName);
00038     virtual BOOL OnSaveDocument(LPCTSTR lpszPathName);
00039     protected:
00040     virtual BOOL OnNewDocument();
00041     //}}AFX_VIRTUAL
00042 
00043 // Implementation
00044 public:
00045     virtual ~CSoccerDoc();
00046 #ifdef _DEBUG
00047     virtual void AssertValid() const;
00048     virtual void Dump(CDumpContext& dc) const;
00049 #endif
00050 
00051     // Generated message map functions
00052 protected:
00053     //{{AFX_MSG(CSoccerDoc)
00054     //}}AFX_MSG
00055     DECLARE_MESSAGE_MAP()
00056 };
00057 
00058 //{{AFX_INSERT_LOCATION}}
00059 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
00060 
00061 #endif // !defined(AFX_CSoccerDoc_H__FCA603FC_1694_11D2_B736_00805F85736F__INCLUDED_)
00062 
00063