OSDLInputDeviceHandler.cc

Go to the documentation of this file.
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 

Generated on Fri Mar 30 14:46:59 2007 for OSDL by  doxygen 1.5.1