00001 /******************************************************************** 00002 Copyright (c) 2001, Lee Patterson & Ant Works Software 00003 http://ssobjects.sourceforge.net 00004 00005 created : 3/10/2000 00006 filename : ssobjects.h 00007 author : Lee Patterson (lee@antws.com) 00008 00009 purpose : Include all standard lib headers. 00010 *********************************************************************/ 00011 00034 #ifndef SSOBJECTS_H 00035 #define SSOBJECTS_H 00036 00037 #include "defs.h" 00038 #include "generalexception.h" 00039 #include "cstr.h" 00040 #include "linkedlist.h" 00041 #include "file.h" 00042 00043 #endif 00044 00045