Listing 1: GOPOSTAL.H Header file for your Internet server gopostal
extension
#include "resource.h"
class CGopostalExtension : public CHttpServer
{
public:
CGopostalExtension();
~CGopostalExtension();
// Overrides
// ClassWizard generated virtual function overrides
// NOTE - the ClassWizard will add and remove member functions
// here.
// DO NOT EDIT what you see in these blocks of generated code !
//{{AFX_VIRTUAL(CGopostalExtension)
public:
virtual BOOL GetExtensionVersion(HSE_VERSION_INFO* pVer);
//}}AFX_VIRTUAL
// TODO: Add handlers for your commands here.
// For example:
void Default(CHttpServerContext* pCtxt);
void
CGopostalExtension::Phillips(CHttpServerContext* pCtxt,
LPTSTR Date, LPTSTR JBostic,
LPTSTR PHarrison, LPTSTR JGreen,
LPTSTR Jobnumber, LPTSTR Firstname,
LPTSTR MI, LPTSTR Lastname,
LPTSTR Address, LPTSTR City,
LPTSTR State, LPTSTR Zip,
LPTSTR Homephone, LPTSTR Workphone,
LPTSTR Extension, LPTSTR School1,
LPTSTR Degree1, LPTSTR GPA1,
LPTSTR Cursalary, LPTSTR Dessalary,
LPTSTR Availdate, LPTSTR Clearances,
LPTSTR Employed, LPTSTR Lastworked,
LPTSTR Employer, LPTSTR Division,
LPTSTR Industries, LPTSTR Whychange,
LPTSTR Position1, LPTSTR Position2,
LPTSTR Skills, LPTSTR Languages )
DECLARE_PARSE_MAP()
//{{AFX_MSG(CGopostalExtension)
//}}AFX_MSG
};
/* End of File */