00001 /* 00002 Copyright 1996-2000 00003 Simon Whiteside 00004 00005 * $Id: skNull.h-source.html,v 1.1 2001/03/05 16:22:45 sdw Exp $ 00006 */ 00007 #ifndef skNULL_H 00008 #define skNULL_H 00009 00010 #include "skExecutable.h" 00011 00015 00016 class skNull : public skExecutable { 00017 }; 00018 #endif 00019