embedding/tests/mfcembed/BrowserView.h - Revision 1.11

There were 3 changes made.
Legend
   Added lines
   Changed lines
   Removed lines

embedding/tests/mfcembed/BrowserView.h,1.11
.
Disk File
Skipping to line 47. 
#if _MSC_VER > 1000
.
#if _MSC_VER > 1000
	#pragma once
.
	#pragma once
#endif
.
#endif
 
.
 
#include "IBrowserFrameGlue.h"
.
#include "IBrowserFrameGlue.h"
 
.
#include "nsIPrintSettings.h"
 
.
 
/////////////////////////////////////////////////////////////////////////////
.
/////////////////////////////////////////////////////////////////////////////
// CBrowserView window
.
// CBrowserView window
 
.
 
class CBrowserFrame;
.
class CBrowserFrame;
Skipping to line 59. 
class CFindDialog;
.
class CFindDialog;
class CPrintProgressDialog;
.
class CPrintProgressDialog;
class nsIPrintSettings;
.
 
 
.
 
class CBrowserView : public CWnd
.
class CBrowserView : public CWnd
{
.
{
public:
.
public:
	CBrowserView();
.
	CBrowserView();
Skipping to line 144. 
	//}}AFX_VIRTUAL
.
	//}}AFX_VIRTUAL
 
.
 
 
.
 
	// Generated message map functions
.
	// Generated message map functions
protected:
.
protected:
	nsIPrintSettings* m_PrintSettings;
.
	nsCOMPtr<nsIPrintSettings> m_PrintSettings;
 
.
 
	//{{AFX_MSG(CBrowserView)
.
	//{{AFX_MSG(CBrowserView)
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
.
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnDestroy();
.
	afx_msg void OnDestroy();
	afx_msg void OnSize( UINT, int, int );
.
	afx_msg void OnSize( UINT, int, int );