#include "SuccConst.h"

SuccConst::SuccConst(int a0):Succ(a0){}

SuccConst::~SuccConst(){}

int SuccConst::Next(){
	return current;
}


