// $Id: AudioInputDevice.cc 4829 2005-11-10 18:44:06Z m9710797 $ #include "AudioInputDevice.hh" using std::string; namespace openmsx { const string& AudioInputDevice::getClass() const { static const string className("Audio Input Port"); return className; } } // namespace openmsx