// file: $isip/class/asr/SymbolGraphDatabase/audb_00.cc // version: $Id: symgr_00.cc 9333 2003-11-06 20:56:37Z alphonso $ // // isip include files // #include "SymbolGraphDatabase.h" // method: default constructor // // arguments: none // // return: none // // this is the default constructor for the AnnotationIndex class // SymbolGraphDatabase::SymbolGraphDatabase() {} //----------------------------------------------------------------------------- // // we define non-integral constants in the default constructor // //----------------------------------------------------------------------------- // constants: required constants such as the class name // const String SymbolGraphDatabase::CLASS_NAME(L"SymbolGraphDatabase"); // constants: i/o related constants // const String SymbolGraphDatabase::DEF_PARAM(L""); // static instantiations: debug level // Integral::DEBUG SymbolGraphDatabase::debug_level_d = Integral::NONE; // static instantiations: the memory manager // MemoryManager SymbolGraphDatabase::mgr_d(sizeof(SymbolGraphDatabase));