// file: $isip/class/search/Hypothesis/hyp_00.cc // version: $Id: hyp_00.cc 8673 2002-09-05 14:03:01Z jelinek $ // // there is no source code in this file // // isip include files // #include "Hypothesis.h" // constants: required constants such as class name // const String Hypothesis::CLASS_NAME(L"Hypothesis"); // static instantiations: memory manager and debug level // MemoryManager Hypothesis::mgr_d(sizeof(Hypothesis), name()); Integral::DEBUG Hypothesis::debug_level_d = Integral::NONE;