#pragma once
#include <string>

class ArSetError
{	std::string methodName;
public:
	ArSetError();
	ArSetError(std::string _methodName);
void setMethodName(std::string _methodName);
std::string getMethodName() const;
};
Соседние файлы в папке part32