#ifndef __NOTESLIST_H #define __NOTESLIST_H #ifndef __GSLIST_H #include "gslist.h" #endif #ifndef __SIMPLENOTE_H #include "simpnote.h" #endif declare( SortedList, SimpleNote ); #ifndef NoteSortedList #define NoteSortedList GENERIC( SimpleNote, SortedList ) #endif #define NoteSortedListIterator GENERIC( SimpleNote, SortedListIterator ) #endif //__NOTESLIST_H //