// file: $isip/class/search/Instance/inst_01.cc // version: $Id: inst_01.cc 9000 2003-01-23 20:00:34Z alphonso $ // // isip include files // #include "Instance.h" #ifndef ISIP_CONSOLE #include #endif // method: debug // // arguments: // const unichar* msg: (input) message to print // // return: logical error status // // this is the debug method // bool8 Instance::debug(const unichar* msg_a) const { // dump the data // String output; String value; // exit gracefully // return true; }