// $Id: PrinterPortDevice.cc 4856 2005-11-12 20:32:42Z m9710797 $ #include "PrinterPortDevice.hh" namespace openmsx { const std::string& PrinterPortDevice::getClass() const { static const std::string className("Printer Port"); return className; } } // namespace openmsx