// Counter.cc #include "Counter.hh" int Counter::getCounter() { return counter; } int Counter::counter = 0 ;