#include "LocationFactory.h" Location * LocationFactory::create_location() { return new Location(); }