19 lines
260 B
C++
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;
|
|
|
|
|
|
|
|
} |