// file: $isip/class/search/NGramCache/ngca_01.cc // version: $Id: ngca_01.cc 9101 2003-04-19 20:52:59Z parihar $ // // isip include files // #include "NGramCache.h" // method: debug // // arguments: // const unichar* msg: (input) message to print // // return: logical error status // // this is the debug method // bool8 NGramCache::debug(const unichar* msg_a) const { // exit gracefully // return true; }