00001 /* 00002 * Copyright (C) 2007 Funambol, Inc. 00003 * 00004 * This program is free software; you can redistribute it and/or modify 00005 * it under the terms of the GNU General Public License version 2 as 00006 * published by the Free Software Foundation. 00007 * 00008 * This program is distributed in the hope that it will be useful, 00009 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00010 * MERCHANTABILITY, TITLE, NONINFRINGEMENT or FITNESS FOR A PARTICULAR 00011 * PURPOSE. See the GNU General Public License for more details. 00012 * 00013 * You should have received a copy of the GNU General Public License 00014 * along with this program; if not, write to the Free Software 00015 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 00016 * 02111-1307 USA 00017 */ 00018 00019 #if !defined(AFX_OP_H__FA98B711_D0B7_11D3_BC39_00C04F602FEE__INCLUDED_) 00020 #define AFX_SPLITTSTDOC_H__FA98B711_D0B7_11D3_BC39_00C04F602FEE__INCLUDED_ 00021 00022 #if _MSC_VER > 1000 00023 #pragma once 00024 #endif // _MSC_VER > 1000 00025 00026 00027 class COutlookPluginDoc : public CDocument 00028 { 00029 protected: // create from serialization only 00030 COutlookPluginDoc(); 00031 DECLARE_DYNCREATE(COutlookPluginDoc) 00032 00033 public: 00034 00035 // Overrides 00036 // ClassWizard generated virtual function overrides 00037 //{{AFX_VIRTUAL(COutlookPluginDoc) 00038 public: 00039 virtual BOOL OnNewDocument(); 00040 virtual void Serialize(CArchive& ar); 00041 //}}AFX_VIRTUAL 00042 00043 // Implementation 00044 public: 00045 virtual ~COutlookPluginDoc(); 00046 #ifdef _DEBUG 00047 virtual void AssertValid() const; 00048 virtual void Dump(CDumpContext& dc) const; 00049 #endif 00050 00051 protected: 00052 00053 // Generated message map functions 00054 protected: 00055 //{{AFX_MSG(COutlookPluginDoc) 00056 // NOTE - the ClassWizard will add and remove member functions here. 00057 // DO NOT EDIT what you see in these blocks of generated code ! 00058 //}}AFX_MSG 00059 DECLARE_MESSAGE_MAP() 00060 }; 00061 00063 00064 //{{AFX_INSERT_LOCATION}} 00065 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00066 00067 #endif // !defined(AFX_SPLITTSTDOC_H__FA98B711_D0B7_11D3_BC39_00C04F602FEE__INCLUDED_)