#include "old.h"
#include "oldClass.h"

void oldClass::oldadd(int x)
{
  this->olddata.push_back(x);
}


