// PortForward.h : main header file for the PORTFORWARD application
//

#if !defined(AFX_PORTFORWARD_H__7233D266_6880_45F4_ABD6_E91F044FCD0B__INCLUDED_)
#define AFX_PORTFORWARD_H__7233D266_6880_45F4_ABD6_E91F044FCD0B__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#ifndef __AFXWIN_H__
	#error include 'upnp_stdafx.h' before including this file for PCH
#endif

//#include "resource.h"       // main symbols
//#include "Preferences.h"	// Added by ClassView

/////////////////////////////////////////////////////////////////////////////
// CPortForwardApp:
// See PortForward.cpp for the implementation of this class
//

class CPortForwardApp : public CWinApp
{
public:
	CString GetWebProxy();
	//CPreferences m_Preferences;
	CString m_sModulePath;
	CPortForwardApp();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPortForwardApp)
	public:
	virtual BOOL InitInstance();
	//}}AFX_VIRTUAL

// Implementation
	//{{AFX_MSG(CPortForwardApp)
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};


/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_PORTFORWARD_H__7233D266_6880_45F4_ABD6_E91F044FCD0B__INCLUDED_)
