Files
Sun1602/Tools/SUNAutoScriptMaker/AgentServerParser.cpp
T
2022-10-26 12:25:11 +08:00

19 lines
260 B
C++

#include "StdAfx.h"
#include ".\agentserverparser.h"
AgentServerParser::AgentServerParser(void)
{
}
AgentServerParser::~AgentServerParser(void)
{
}
BOOL AgentServerParser::Load( TCHAR* pszFileName )
{
if( !Parser::Load( pszFileName ) )
return FALSE;
}