#ifndef _Db_H_ #define _Db_H_ // INCLUDES #include #include #include "db/DBStruct.cpp" using namespace std; // NAME: Db.H // TYPE: C++ CLASS // DESCRIPTION: declarations for DataBase // EXAMPLES: // BUGS: // SEE ALSO: //--------------------------------------------------------------------------- typedef ostream_iterator TDBOstreamIt; typedef multiset > TDatabase; typedef multiset >::iterator TDBIt; #endif // _Db_H_