Скачиваний:
7
Добавлен:
01.05.2014
Размер:
324 б
Скачать
#include "GetError.h"

GetError::GetError():ErrorBase()
{
	index=0;
}
GetError::GetError(std::string _methodName,std::string _ErrorName,int _index):ErrorBase(_methodName,_ErrorName)
{
 index=_index;
}

int GetError::getIndex() const
{
	return index;
}
void GetError::setIndex(int _index)
{
	index=_index;
}
Соседние файлы в папке testgr