// DeviceInputError.cpp: implementation of the CDeviceInputError class. // ////////////////////////////////////////////////////////////////////// #include "DeviceInputError.h" ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// CDeviceInputError::CDeviceInputError() { } CDeviceInputError::~CDeviceInputError() { }