00001 /* 00002 Copyright 1996-2001 00003 Simon Whiteside 00004 00005 * $Id: skMethodTable_h-source.html,v 1.5 2001/05/09 10:32:28 sdw Exp $ 00006 */ 00007 #ifndef skMETHODTABLE_H 00008 #define skMETHODTABLE_H 00009 00010 #include "skHashTable.h" 00011 #include "skParseNode.h" 00012 00016 class skMethodTable : public skTHashTable<skString,skMethodDefNode> 00017 { 00018 }; 00019 00020 #endif 00021