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
00062 #ifndef SSOBJECTS_H
00063 #define SSOBJECTS_H
00064
00065 #include "defs.h"
00066 #include "generalexception.h"
00067 #include "cstr.h"
00068 #include "linkedlist.h"
00069 #include "file.h"
00070
00071 #endif
00072
00073