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