00001 /* 00002 Copyright 1996-2001 00003 Simon Whiteside 00004 00005 $Id: skStringList_h-source.html,v 1.17 2001/07/05 09:56:08 sdw Exp $ 00006 */ 00007 #ifndef STRINGLIST_H 00008 #define STRINGLIST_H 00009 00010 #include "skString.h" 00011 #include "skValist.h" 00012 00016 class skStringList : public skTVAList<skString> { 00017 }; 00018 #endif