comparison host/libcdl/interface.cxx @ 115:6ed91473a1cd ecos-sw-2000-08-21

Merge from eCos master repository on 2000-08-21-22:40:54-BST
author jlarmour
date Fri, 25 Aug 2000 17:32:38 +0000
parents 95f3e12a6327
children fbfd52cf7976
comparison
equal deleted inserted replaced
114:5ad2b71d525e 115:6ed91473a1cd
322 CYG_REPORT_RETURN(); 322 CYG_REPORT_RETURN();
323 } 323 }
324 324
325 void 325 void
326 CdlInterfaceBody::save(CdlInterpreter interp, Tcl_Channel chan, int indentation, bool minimal) 326 CdlInterfaceBody::save(CdlInterpreter interp, Tcl_Channel chan, int indentation, bool minimal)
327 throw(CdlInputOutputException, std::bad_alloc)
328 { 327 {
329 CYG_REPORT_FUNCNAME("CdlInterface::save"); 328 CYG_REPORT_FUNCNAME("CdlInterface::save");
330 CYG_REPORT_FUNCARG5XV(this, interp, chan, indentation, minimal); 329 CYG_REPORT_FUNCARG5XV(this, interp, chan, indentation, minimal);
331 CYG_PRECONDITION_THISC(); 330 CYG_PRECONDITION_THISC();
332 CYG_PRECONDITION_CLASSC(interp); 331 CYG_PRECONDITION_CLASSC(interp);