00001 #include "OSDLInputDeviceHandler.h" 00002 00003 00004 using namespace OSDL::Events ; 00005 00006 00007 InputDeviceHandlerException::InputDeviceHandlerException( 00008 const std::string & reason ) throw() : 00009 EventsException( reason ) 00010 { 00011 00012 } 00013 00014 00015 InputDeviceHandlerException::~InputDeviceHandlerException() throw() 00016 { 00017 00018 } 00019 00020 00021 00022 00023 InputDeviceHandler::InputDeviceHandler() throw( InputDeviceHandlerException ) 00024 { 00025 00026 } 00027 00028 00029 InputDeviceHandler::~InputDeviceHandler() throw() 00030 { 00031 00032 } 00033