Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

LightsDriver_Null.h

Go to the documentation of this file.
00001 #ifndef LightsDriver_Null_H 00002 #define LightsDriver_Null_H 00003 00004 #include "LightsDriver.h" 00005 00006 class LightsDriver_Null : public LightsDriver 00007 { 00008 public: 00009 LightsDriver_Null() {}; 00010 virtual ~LightsDriver_Null() {}; 00011 00012 void Set( const LightsState *ls ) {}; 00013 }; 00014 00015 00016 #endif 00017 00018 /* 00019 * (c) 2002-2004 Chris Danford 00020 * All rights reserved. 00021 * 00022 * Permission is hereby granted, free of charge, to any person obtaining a 00023 * copy of this software and associated documentation files (the 00024 * "Software"), to deal in the Software without restriction, including 00025 * without limitation the rights to use, copy, modify, merge, publish, 00026 * distribute, and/or sell copies of the Software, and to permit persons to 00027 * whom the Software is furnished to do so, provided that the above 00028 * copyright notice(s) and this permission notice appear in all copies of 00029 * the Software and that both the above copyright notice(s) and this 00030 * permission notice appear in supporting documentation. 00031 * 00032 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 00033 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 00034 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF 00035 * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS 00036 * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT 00037 * OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 00038 * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 00039 * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 00040 * PERFORMANCE OF THIS SOFTWARE. 00041 */

Generated on Thu Jan 27 20:57:22 2005 for StepMania by doxygen 1.3.7