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 COutlookPluginMainDoc : public CDocument 00028 { 00029 protected: // create from serialization only 00030 COutlookPluginMainDoc(); 00031 DECLARE_DYNCREATE(COutlookPluginMainDoc) 00032 00033 // Operations 00034 public: 00035 00036 // Overrides 00037 // ClassWizard generated virtual function overrides 00038 //{{AFX_VIRTUAL(COutlookPluginDoc) 00039 public: 00040 virtual BOOL OnNewDocument(); 00041 virtual void Serialize(CArchive& ar); 00042 //}}AFX_VIRTUAL 00043 00044 // Implementation 00045 public: 00046 virtual ~COutlookPluginMainDoc(); 00047 #ifdef _DEBUG 00048 virtual void AssertValid() const; 00049 virtual void Dump(CDumpContext& dc) const; 00050 #endif 00051 00052 protected: 00053 00054 // Generated message map functions 00055 protected: 00056 //{{AFX_MSG(COutlookPluginDoc) 00057 // NOTE - the ClassWizard will add and remove member functions here. 00058 // DO NOT EDIT what you see in these blocks of generated code ! 00059 //}}AFX_MSG 00060 DECLARE_MESSAGE_MAP() 00061 }; 00062 00064 00065 //{{AFX_INSERT_LOCATION}} 00066 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00067 00068 #endif // !defined(AFX_SPLITTSTDOC_H__FA98B711_D0B7_11D3_BC39_00C04F602FEE__INCLUDED_)