#pragma once #include "Parser.h" class PortalServerParser : public Parser { public: PortalServerParser(void); ~PortalServerParser(void); public: virtual BOOL Load( TCHAR* pszFileName ); };