/ Return the pointer on the DB catalog this table belongs to. */ /
| 368 | /* Return the pointer on the DB catalog this table belongs to. */ |
| 369 | /***********************************************************************/ |
| 370 | PCATLG TDBASE::GetCat(void) |
| 371 | { |
| 372 | return (To_Def) ? To_Def->GetCat() : NULL; |
| 373 | } // end of GetCat |
| 374 | |
| 375 | #if 0 |
| 376 | /***********************************************************************/ |
no outgoing calls
no test coverage detected