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